6 writes to ModuleThatIsCurrentlyTheSourceOfNewReferences
ILCompiler.ReadyToRun (6)
Compiler\ExternalReferenceTokenManager.cs (4)
37_mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences = moduleForNewReferences; 48_mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences = null; 62_mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences = moduleForNewReferences; 70_mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences = null;
IL\ReadyToRunILProvider.cs (2)
298mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences = ((EcmaMethod)owningMethod.GetPrimaryMethodDesc().GetTypicalMethodDefinition()).Module; 331mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences = null;
8 references to ModuleThatIsCurrentlyTheSourceOfNewReferences
ILCompiler.ReadyToRun (8)
Compiler\ExternalReferenceTokenManager.cs (3)
35Debug.Assert(_mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences == null); 60Debug.Assert(_mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences == null); 77Debug.Assert(_mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences != null);
IL\ReadyToRunILProvider.cs (1)
297Debug.Assert(mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences == null);
TypeSystem\Mutable\MutableModule.cs (4)
42Debug.Assert(_mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences != null && 43(_mutableModule._compilationGroup.CrossModuleInlineableModule(_mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences) 62string asmReferenceName = GetNameOfAssemblyRefWhichResolvesToType(_mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences, metadataType); 63int index = _moduleToIndex(_mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences);