1 instantiation of NodeIteration
Microsoft.CodeAnalysis.CSharp (1)
Syntax\SyntaxTreeDiagnosticEnumerator.cs (1)
178_stack[_count] = new NodeIteration(node);
5 references to NodeIteration
Microsoft.CodeAnalysis.CSharp (5)
Syntax\SyntaxTreeDiagnosticEnumerator.cs (5)
130private NodeIteration[] _stack; 136_stack = new NodeIteration[capacity]; 173var tmp = new NodeIteration[_stack.Length * 2]; 192internal NodeIteration Top 200internal NodeIteration this[int index]