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