1 write to _lateTriggeredCompilation
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (1)
53
_lateTriggeredCompilation
= context.CompilationCurrentPhase != 0;
1 reference to _lateTriggeredCompilation
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRun\MethodWithGCInfo.cs (1)
85
public override int DependencyPhaseForDeferredStaticComputation =>
_lateTriggeredCompilation
? 2 : 0;