1 write to _finishedFirstCompilationRunInPhase2
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCodegenCompilation.cs (1)
784
_finishedFirstCompilationRunInPhase2
= true;
1 reference to _finishedFirstCompilationRunInPhase2
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunCodegenCompilation.cs (1)
935
Debug.Assert((_nodeFactory.CompilationCurrentPhase == 0) || ((_nodeFactory.CompilationCurrentPhase == 2) && !
_finishedFirstCompilationRunInPhase2
));