1 write to ClassConstructorPointer
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeBuilder.cs (1)
375state.ClassConstructorPointer = context.GetGCStaticInfo(typeInfoParser.GetUnsigned());
2 references to ClassConstructorPointer
System.Private.TypeLoader (2)
Internal\Runtime\TypeLoader\TypeBuilder.cs (1)
640IntPtr canonicalClassConstructorFunctionPointer = state.ClassConstructorPointer.Value;
Internal\Runtime\TypeLoader\TypeBuilderState.cs (1)
299public bool HasStaticConstructor => ClassConstructorPointer.HasValue;