1 instantiation of RandomInsertStack
ILCompiler.DependencyAnalysisFramework (1)
DependencyAnalyzer.cs (1)
114
_markStack = new
RandomInsertStack
<DependencyNodeCore<DependencyContextType>>(stackPopRandomizer);
1 reference to RandomInsertStack
ILCompiler.DependencyAnalysisFramework (1)
DependencyAnalyzer.cs (1)
33
private
RandomInsertStack
<DependencyNodeCore<DependencyContextType>> _markStack;