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)
301mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences = ((EcmaMethod)owningMethod.GetPrimaryMethodDesc().GetTypicalMethodDefinition()).Module; 334mutableModule.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)
300Debug.Assert(mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences == null);
TypeSystem\Mutable\MutableModule.cs (4)
41Debug.Assert(_mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences != null && 42(_mutableModule._compilationGroup.CrossModuleInlineableModule(_mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences) 61string asmReferenceName = GetNameOfAssemblyRefWhichResolvesToType(_mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences, metadataType); 62int index = _moduleToIndex(_mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences);