()
| 40 | public override bool Equals(object Other) => this == Other as TLazyObjectPtr<T>; |
| 41 | |
| 42 | public override int GetHashCode() => (int)GarbageCollectionHandle; |
| 43 | |
| 44 | public T Get() => TLazyObjectPtrImplementation.TLazyObjectPtr_GetImplementation<T>(GarbageCollectionHandle); |
| 45 |
nothing calls this directly
no outgoing calls
no test coverage detected