1 write to _markStack
ILCompiler.DependencyAnalysisFramework (1)
DependencyAnalyzer.cs (1)
115_markStack = new RandomInsertStack<DependencyNodeCore<DependencyContextType>>(stackPopRandomizer);
6 references to _markStack
ILCompiler.DependencyAnalysisFramework (6)
DependencyAnalyzer.cs (6)
241while (_markStack.Count > 0) 244DependencyNodeCore<DependencyContextType> currentNode = _markStack.Pop(); 294} while (_markStack.Count != 0); 327if (_markStack.Count == 0) 343} while ((_markStack.Count != 0) || (_deferredStaticDependencies.Count != 0)); 361_markStack.Push(node);