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