5 references to GetGCStaticInfo
System.Private.TypeLoader (5)
Internal\Runtime\TypeLoader\TypeBuilder.cs (3)
375state.ClassConstructorPointer = context.GetGCStaticInfo(typeInfoParser.GetUnsigned()); 398state.GcStaticDesc = context.GetGCStaticInfo(typeInfoParser.GetUnsigned()); 403state.ThreadStaticDesc = context.GetGCStaticInfo(typeInfoParser.GetUnsigned());
Internal\Runtime\TypeLoader\TypeBuilderState.cs (2)
399GcStaticDesc = NativeLayoutInfo.LoadContext.GetGCStaticInfo(typeInfoParser.GetUnsigned()); 403ThreadStaticDesc = NativeLayoutInfo.LoadContext.GetGCStaticInfo(typeInfoParser.GetUnsigned());