2 writes to _runtimeTypeInfoHandle
System.Private.CoreLib (2)
System\RuntimeType.NativeAot.cs (2)
35_runtimeTypeInfoHandle = RuntimeImports.RhHandleAlloc(runtimeTypeInfo, GCHandleType.Normal); 78if (Interlocked.CompareExchange(ref _runtimeTypeInfoHandle, tempHandle, default) != default)
3 references to _runtimeTypeInfoHandle
System.Private.CoreLib (3)
System\RuntimeType.NativeAot.cs (3)
46RuntimeImports.RhHandleFree(_runtimeTypeInfoHandle); 54IntPtr handle = _runtimeTypeInfoHandle; 74IntPtr handle = _runtimeTypeInfoHandle;