1 write to _currentCompilationMethodList
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCodegenCompilation.cs (1)
851
_currentCompilationMethodList
= methodList.GetEnumerator();
1 reference to _currentCompilationMethodList
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCodegenCompilation.cs (1)
889
var compilationMethodList =
_currentCompilationMethodList
;