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