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