2 writes to _runtimeTypeInfoHandle
System.Private.CoreLib (2)
System\RuntimeType.NativeAot.cs (2)
36_runtimeTypeInfoHandle = RuntimeImports.RhHandleAlloc(runtimeTypeInfo, GCHandleType.Normal); 79if (Interlocked.CompareExchange(ref _runtimeTypeInfoHandle, tempHandle, default) != default)
3 references to _runtimeTypeInfoHandle
System.Private.CoreLib (3)
System\RuntimeType.NativeAot.cs (3)
47RuntimeImports.RhHandleFree(_runtimeTypeInfoHandle); 55IntPtr handle = _runtimeTypeInfoHandle; 75IntPtr handle = _runtimeTypeInfoHandle;