1 write to _nodeStack
Microsoft.CodeAnalysis (1)
Syntax\SyntaxNode.Iterators.cs (1)
201
_nodeStack
= new ChildSyntaxListEnumeratorStack(startingNode, descendIntoChildren);
4 references to _nodeStack
Microsoft.CodeAnalysis (4)
Syntax\SyntaxNode.Iterators.cs (4)
203
if (
_nodeStack
.IsNotEmpty)
224
if (
_nodeStack
.TryGetNextInSpan(in span, out value))
251
_nodeStack
.PushChildren(node);
272
_nodeStack
.Dispose();