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)
296if (_nodeStack.IsNotEmpty) 319if (_nodeStack.TryGetNextInSpan(in span, out value)) 354_nodeStack.PushChildren(node); 383_nodeStack.Dispose();