1 write to CompilationCurrentPhase
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
1201
CompilationCurrentPhase
= newPhase;
10 references to CompilationCurrentPhase
ILCompiler.ReadyToRun (10)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (2)
48
if (context.
CompilationCurrentPhase
> 1)
54
_lateTriggeredCompilation = context.
CompilationCurrentPhase
!= 0;
Compiler\DependencyAnalysis\ReadyToRun\TypeFixupSignature.cs (2)
210
(factory.
CompilationCurrentPhase
== 0) &&
231
if (factory.OptimizationFlags.OptimizeAsyncMethods && type.GetTypeDefinition() == context.AsyncStateMachineBoxType && !type.IsGenericDefinition && factory.
CompilationCurrentPhase
<= 7)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
162
if (
CompilationCurrentPhase
!= 0)
Compiler\ReadyToRunCodegenCompilation.cs (5)
785
if (_nodeFactory.
CompilationCurrentPhase
== 2)
932
_logger.Writer.WriteLine($"Moved to phase {_nodeFactory.
CompilationCurrentPhase
}");
933
deferredPhaseNode.NotifyCurrentPhase(_nodeFactory.
CompilationCurrentPhase
);
938
Debug.Assert((_nodeFactory.
CompilationCurrentPhase
== 0) || ((_nodeFactory.
CompilationCurrentPhase
== 2) && !_finishedFirstCompilationRunInPhase2));