2 writes to _nativeLayoutInfo
System.Private.TypeLoader (2)
Internal\Runtime\TypeLoader\TypeBuilderState.cs (2)
83
_templateType = TemplateLocator.TryGetTypeTemplate(TypeBeingBuilt, ref
_nativeLayoutInfo
);
117
FinishInitNativeLayoutInfo(TypeBeingBuilt, ref
_nativeLayoutInfo
);
4 references to _nativeLayoutInfo
System.Private.TypeLoader (4)
Internal\Runtime\TypeLoader\TypeBuilderState.cs (4)
115
if (
_nativeLayoutInfo
.Module != null)
160
return
_nativeLayoutInfo
;
168
return new NativeParser(
_nativeLayoutInfo
.Reader,
_nativeLayoutInfo
.Offset);