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