2 writes to _currentComponentIndex
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\Graph.Cycles.cs (2)
56_currentComponentIndex++; 110_currentComponentIndex++;
4 references to _currentComponentIndex
ILCompiler.ReadyToRun (4)
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\Graph.Cycles.cs (4)
53vertex.Index = _currentComponentIndex; 54vertex.LowLink = _currentComponentIndex; 107vertex.Index = _currentComponentIndex; 108vertex.LowLink = _currentComponentIndex;