5 references to ISCLASSNOTINITED
System.Private.CoreLib (5)
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (1)
950
return ref Unsafe.AsRef<byte>((byte*)((nuint)p & ~(nuint)DynamicStaticsInfo.
ISCLASSNOTINITED
));
src\System\Runtime\CompilerServices\StaticsHelpers.cs (4)
35
if ((((nuint)Unsafe.AsPointer(ref nonGCStaticBase)) & DynamicStaticsInfo.
ISCLASSNOTINITED
) != 0)
46
if ((((nuint)Unsafe.AsPointer(ref nonGCStaticBase)) & DynamicStaticsInfo.
ISCLASSNOTINITED
) != 0)
65
if ((((nuint)Unsafe.AsPointer(ref gcStaticBase)) & DynamicStaticsInfo.
ISCLASSNOTINITED
) != 0)
76
if ((((nuint)Unsafe.AsPointer(ref gcStaticBase)) & DynamicStaticsInfo.
ISCLASSNOTINITED
) != 0)