1 write to _nodeStack
Microsoft.CodeAnalysis (1)
Syntax\SyntaxNode.Iterators.cs (1)
241_nodeStack = new ChildSyntaxListEnumeratorStack(startingNode, descendIntoChildrenGreen, descendIntoChildrenRed);
4 references to _nodeStack
Microsoft.CodeAnalysis (4)
Syntax\SyntaxNode.Iterators.cs (4)
243if (_nodeStack.IsNotEmpty) 264if (_nodeStack.TryGetNextInSpan(in span, out value)) 288if (_nodeStack.PushChildren(node)) 311_nodeStack.Dispose();