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