1 write to _nodeStack
Microsoft.CodeAnalysis (1)
Syntax\SyntaxNode.Iterators.cs (1)
336_nodeStack = new ChildSyntaxListEnumeratorStack(startingNode, descendIntoChildrenGreen, descendIntoChildrenRed);
4 references to _nodeStack
Microsoft.CodeAnalysis (4)
Syntax\SyntaxNode.Iterators.cs (4)
338if (_nodeStack.IsNotEmpty) 361if (_nodeStack.TryGetNextInSpan(in span, out value)) 393if (_nodeStack.PushChildren(node)) 424_nodeStack.Dispose();