1 write to _currentDependencyPhase
ILCompiler.DependencyAnalysisFramework (1)
DependencyAnalyzer.cs (1)
338
_currentDependencyPhase
++;
4 references to _currentDependencyPhase
ILCompiler.DependencyAnalysisFramework (4)
DependencyAnalyzer.cs (4)
227
int dependencyPhase = Math.Max(node.DependencyPhaseForDeferredStaticComputation,
_currentDependencyPhase
);
313
_deferredStaticDependencies.TryGetValue(
_currentDependencyPhase
, out var deferredDependenciesInCurrentPhase);
334
_deferredStaticDependencies.Remove(
_currentDependencyPhase
);
341
ComputingDependencyPhaseChange?.Invoke(
_currentDependencyPhase
);