3 references to IterativeStrongConnectStack
ILCompiler.ReadyToRun (3)
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\Graph.Cycles.cs (3)
121
StrongConnectStackElement iterativeStackElementOnReturn =
IterativeStrongConnectStack
.Pop();
139
IterativeStrongConnectStack
.Push(iterativeStackElement);
169
if (
IterativeStrongConnectStack
.Count > 0)