1 write to _mutableModule
ILCompiler.ReadyToRun (1)
TypeSystem\Mutable\MutableModule.cs (1)
89_mutableModule = mutableModule;
10 references to _mutableModule
ILCompiler.ReadyToRun (10)
TypeSystem\Mutable\MutableModule.cs (10)
40if (!_mutableModule._moduleToModuleRefString.TryGetValue(module, out moduleRefString)) 42Debug.Assert(_mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences != null && 43(_mutableModule._compilationGroup.CrossModuleInlineableModule(_mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences) 44|| _mutableModule.CreatingTokensForAsyncMethod)); 52if (_mutableModule._compilationGroup.CrossModuleInlineableModule(module) || _mutableModule._compilationGroup.VersionsWithModule(module)) 62string asmReferenceName = GetNameOfAssemblyRefWhichResolvesToType(_mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences, metadataType); 63int index = _moduleToIndex(_mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences); 69_mutableModule._moduleToModuleRefString.Add(module, moduleRefString);