5 references to NativeLayoutInfo
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);