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)
301
mutableModule.
ModuleThatIsCurrentlyTheSourceOfNewReferences
= ((EcmaMethod)owningMethod.GetPrimaryMethodDesc().GetTypicalMethodDefinition()).Module;
334
mutableModule.
ModuleThatIsCurrentlyTheSourceOfNewReferences
= null;
8 references to ModuleThatIsCurrentlyTheSourceOfNewReferences
ILCompiler.ReadyToRun (8)
Compiler\ExternalReferenceTokenManager.cs (3)
35
Debug.Assert(_mutableModule.
ModuleThatIsCurrentlyTheSourceOfNewReferences
== null);
60
Debug.Assert(_mutableModule.
ModuleThatIsCurrentlyTheSourceOfNewReferences
== null);
77
Debug.Assert(_mutableModule.
ModuleThatIsCurrentlyTheSourceOfNewReferences
!= null);
IL\ReadyToRunILProvider.cs (1)
300
Debug.Assert(mutableModule.
ModuleThatIsCurrentlyTheSourceOfNewReferences
== null);
TypeSystem\Mutable\MutableModule.cs (4)
41
Debug.Assert(_mutableModule.
ModuleThatIsCurrentlyTheSourceOfNewReferences
!= null &&
42
(_mutableModule._compilationGroup.CrossModuleInlineableModule(_mutableModule.
ModuleThatIsCurrentlyTheSourceOfNewReferences
)
61
string asmReferenceName = GetNameOfAssemblyRefWhichResolvesToType(_mutableModule.
ModuleThatIsCurrentlyTheSourceOfNewReferences
, metadataType);
62
int index = _moduleToIndex(_mutableModule.
ModuleThatIsCurrentlyTheSourceOfNewReferences
);