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