1 write to _nodeStack
Microsoft.CodeAnalysis (1)
Syntax\SyntaxNode.Iterators.cs (1)
237_nodeStack = new ChildSyntaxListEnumeratorStack(startingNode, descendIntoChildrenGreen, descendIntoChildrenRed);
4 references to _nodeStack
Microsoft.CodeAnalysis (4)
Syntax\SyntaxNode.Iterators.cs (4)
239if (_nodeStack.IsNotEmpty) 260if (_nodeStack.TryGetNextInSpan(in span, out value)) 284if (_nodeStack.PushChildren(node)) 307_nodeStack.Dispose();