1 write to _moduleToIndex
ILCompiler.ReadyToRun (1)
TypeSystem\Mutable\MutableModule.cs (1)
88
_moduleToIndex
= moduleToIndex;
2 references to _moduleToIndex
ILCompiler.ReadyToRun (2)
TypeSystem\Mutable\MutableModule.cs (2)
55
int index =
_moduleToIndex
(module);
63
int index =
_moduleToIndex
(_mutableModule.ModuleThatIsCurrentlyTheSourceOfNewReferences);