1 write to _nodeStack
Microsoft.CodeAnalysis (1)
Syntax\SyntaxNode.Iterators.cs (1)
332_nodeStack = new ChildSyntaxListEnumeratorStack(startingNode, descendIntoChildrenGreen, descendIntoChildrenRed);
4 references to _nodeStack
Microsoft.CodeAnalysis (4)
Syntax\SyntaxNode.Iterators.cs (4)
334if (_nodeStack.IsNotEmpty) 357if (_nodeStack.TryGetNextInSpan(in span, out value)) 389if (_nodeStack.PushChildren(node)) 420_nodeStack.Dispose();