1 write to _mutableModule
ILCompiler.ReadyToRun (1)
Compiler\ExternalReferenceTokenManager.cs (1)
24_mutableModule = mutableModule;
14 references to _mutableModule
ILCompiler.ReadyToRun (14)
Compiler\ExternalReferenceTokenManager.cs (14)
35Debug.Assert(_mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences == null); 36Debug.Assert(!_mutableModule.CreatingTokensForAsyncMethod); 37_mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences = moduleForNewReferences; 38_mutableModule.CreatingTokensForAsyncMethod = referencesAreForAsyncMethod; 48_mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences = null; 49_mutableModule.CreatingTokensForAsyncMethod = false; 60Debug.Assert(_mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences == null); 61Debug.Assert(!_mutableModule.CreatingTokensForAsyncMethod); 62_mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences = moduleForNewReferences; 63_mutableModule.CreatingTokensForAsyncMethod = referencesAreForAsyncMethod; 70_mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences = null; 71_mutableModule.CreatingTokensForAsyncMethod = false; 77Debug.Assert(_mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences != null); 107if (!_mutableModule.TryGetEntityHandle(entity).HasValue)