1 write to _markStack
ILCompiler.DependencyAnalysisFramework (1)
DependencyAnalyzer.cs (1)
114_markStack = new RandomInsertStack<DependencyNodeCore<DependencyContextType>>(stackPopRandomizer);
6 references to _markStack
ILCompiler.DependencyAnalysisFramework (6)
DependencyAnalyzer.cs (6)
240while (_markStack.Count > 0) 243DependencyNodeCore<DependencyContextType> currentNode = _markStack.Pop(); 293} while (_markStack.Count != 0); 326if (_markStack.Count == 0) 342} while ((_markStack.Count != 0) || (_deferredStaticDependencies.Count != 0)); 360_markStack.Push(node);