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