1 write to LoadContext
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TypeBuilderState.cs (1)
152
nativeLayoutInfo.
LoadContext
= nativeLayoutInfoLoadContext;
5 references to LoadContext
System.Private.TypeLoader (5)
Internal\Runtime\TypeLoader\NativeLayoutInterfacesAlgorithm.cs (1)
46
implementedInterfaces = state.NativeLayoutInfo.
LoadContext
.GetTypeSequence(ref interfaceParser);
Internal\Runtime\TypeLoader\TypeBuilder.cs (1)
352
NativeLayoutInfoLoadContext context = state.NativeLayoutInfo.
LoadContext
;
Internal\Runtime\TypeLoader\TypeBuilderState.cs (2)
399
GcStaticDesc = NativeLayoutInfo.
LoadContext
.GetGCStaticInfo(typeInfoParser.GetUnsigned());
403
ThreadStaticDesc = NativeLayoutInfo.
LoadContext
.GetGCStaticInfo(typeInfoParser.GetUnsigned());
Internal\TypeSystem\RuntimeNoMetadataType.cs (1)
137
ParseBaseType(state.NativeLayoutInfo.
LoadContext
, baseTypeParser);