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