1 write to _currentDependencyPhase
ILCompiler.DependencyAnalysisFramework (1)
DependencyAnalyzer.cs (1)
337
_currentDependencyPhase
++;
4 references to _currentDependencyPhase
ILCompiler.DependencyAnalysisFramework (4)
DependencyAnalyzer.cs (4)
226
int dependencyPhase = Math.Max(node.DependencyPhaseForDeferredStaticComputation,
_currentDependencyPhase
);
312
_deferredStaticDependencies.TryGetValue(
_currentDependencyPhase
, out var deferredDependenciesInCurrentPhase);
333
_deferredStaticDependencies.Remove(
_currentDependencyPhase
);
340
ComputingDependencyPhaseChange?.Invoke(
_currentDependencyPhase
);