1 instantiation of MutableModule
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\ManifestMetadataTableNode.cs (1)
113_mutableModule = new MutableModule(nodeFactory.TypeSystemContext,
23 references to MutableModule
ILCompiler.ReadyToRun (23)
Compiler\CompilationModuleGroup.ReadyToRun.cs (1)
96Debug.Assert(VersionsWithModule((ModuleDesc)module) || module is MutableModule);
Compiler\DependencyAnalysis\ReadyToRun\InstanceEntryPointTableNode.cs (1)
68MutableModule manifestMetadata = factory.ManifestMetadataTable._mutableModule;
Compiler\DependencyAnalysis\ReadyToRun\ManifestMetadataTableNode.cs (1)
82public readonly MutableModule _mutableModule;
Compiler\DependencyAnalysis\ReadyToRun\ModuleTokenResolver.cs (3)
36private MutableModule _manifestMutableModule; 51public void InitManifestMutableModule(MutableModule mutableModule) 348if (moduleIndex != 0 && !(module is Internal.TypeSystem.Ecma.MutableModule))
Compiler\DependencyAnalysis\ReadyToRun\SignatureBuilder.cs (1)
614if (!(targetModule is Internal.TypeSystem.Ecma.MutableModule) && !factory.CompilationModuleGroup.VersionsWithModule((ModuleDesc)targetModule))
Compiler\ExternalReferenceTokenManager.cs (4)
19private MutableModule _mutableModule; 22public ExternalReferenceTokenManager(MutableModule mutableModule, ModuleTokenResolver tokenResolver) 31/// a new token is added to the manifest <see cref="MutableModule"/>. 56/// a new token is added to the manifest <see cref="MutableModule"/>.
IL\ReadyToRunILProvider.cs (4)
31private MutableModule _manifestMutableModule; 39public void InitManifestMutableModule(MutableModule module) 290MutableModule _mutableModule; 294public bool Initialize(MutableModule mutableModule, EcmaMethodIL wrappedMethod)
TypeSystem\Mutable\MutableModule.cs (7)
26MutableModule _mutableModule; 84MutableModule mutableModule) 144MutableModule _module; 155public Cache(MutableModule module, string assemblyName, AssemblyFlags assemblyFlags, byte[] publicKeyArray, Version version, AssemblyHashAlgorithm hashAlgorithm, Func<ModuleDesc, int> moduleToIndex) 184public MutableModule _mutableModule; 245public PerMetadataFormCache(MutableModule module, Func<TypeSystemMetadataEmitter, object, int> handleFunc, int cacheIndex) 364if (other is MutableModule mutableModule)
TypeSystem\Mutable\MutableModule.Sorting.cs (1)
17public int CompareTo(MutableModule other)