1 write to _nodeStack
Microsoft.CodeAnalysis (1)
Syntax\SyntaxNode.Iterators.cs (1)
294
_nodeStack
= new ChildSyntaxListEnumeratorStack(startingNode, descendIntoChildren);
4 references to _nodeStack
Microsoft.CodeAnalysis (4)
Syntax\SyntaxNode.Iterators.cs (4)
296
if (
_nodeStack
.IsNotEmpty)
319
if (
_nodeStack
.TryGetNextInSpan(in span, out value))
354
_nodeStack
.PushChildren(node);
383
_nodeStack
.Dispose();