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)
130
private
NodeIteration
[] _stack;
136
_stack = new
NodeIteration
[capacity];
173
var tmp = new
NodeIteration
[_stack.Length * 2];
192
internal
NodeIteration
Top
200
internal
NodeIteration
this[int index]