1 write to Module
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\TemplateLocator.cs (1)
22return TryGetTypeTemplate_Internal(concreteType, CanonicalFormKind.Specific, out nativeLayoutInfo.Module, out nativeLayoutInfo.Offset);
3 references to Module
System.Private.TypeLoader (3)
Internal\Runtime\TypeLoader\TypeBuilderState.cs (3)
115if (_nativeLayoutInfo.Module != null) 134nativeLayoutInfoLoadContext._module = nativeLayoutInfo.Module; 151nativeLayoutInfo.Reader = TypeLoaderEnvironment.GetNativeLayoutInfoReader(nativeLayoutInfo.Module.Handle);