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