5 writes to _module
System.Private.TypeLoader (5)
Internal\Runtime\TypeLoader\TemplateLocator.cs (1)
99_module = moduleInfo
Internal\Runtime\TypeLoader\TypeBuilder.cs (2)
319_module = nativeLayoutModule 1035nlilContext._module = moduleInfo;
Internal\Runtime\TypeLoader\TypeBuilderState.cs (1)
134nativeLayoutInfoLoadContext._module = nativeLayoutInfo.Module;
Internal\Runtime\TypeLoader\TypeLoaderEnvironment.GVMResolution.cs (1)
224nativeLayoutContext._module = ModuleList.Instance.GetModuleInfoByHandle(module.Handle);
4 references to _module
System.Private.TypeLoader (4)
Internal\Runtime\TypeLoader\NativeLayoutInfoLoadContext.cs (4)
68bool success = _externalReferencesLookup.InitializeNativeReferences(_module); 90bool success = _staticInfoLookup.InitializeNativeStatics(_module); 189MethodNameAndSignature nameAndSignature = new MethodNameAndSignature(_module.MetadataReader, token.AsHandle().ToMethodHandle(_module.MetadataReader));