5 references to StrongConnectStackElement
ILCompiler.ReadyToRun (5)
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\Graph.Cycles.cs (5)
98private Stack<StrongConnectStackElement> IterativeStrongConnectStack = new Stack<StrongConnectStackElement>(); 121StrongConnectStackElement iterativeStackElementOnReturn = IterativeStrongConnectStack.Pop(); 135StrongConnectStackElement iterativeStackElement = default(StrongConnectStackElement);