()
| 41 | public override int GetHashCode() => (int)GarbageCollectionHandle; |
| 42 | |
| 43 | public override string ToString() => |
| 44 | FUtf8StringImplementation.FUtf8String_ToStringImplementation(GarbageCollectionHandle); |
| 45 | |
| 46 | public nint GarbageCollectionHandle { get; set; } |
| 47 | } |
nothing calls this directly
no test coverage detected