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)
53
vertex.Index =
_currentComponentIndex
;
54
vertex.LowLink =
_currentComponentIndex
;
107
vertex.Index =
_currentComponentIndex
;
108
vertex.LowLink =
_currentComponentIndex
;