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)
203if (_nodeStack.IsNotEmpty) 224if (_nodeStack.TryGetNextInSpan(in span, out value)) 251_nodeStack.PushChildren(node); 272_nodeStack.Dispose();