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)
85public override int DependencyPhaseForDeferredStaticComputation => _lateTriggeredCompilation ? 2 : 0;