1 write to _node
Microsoft.CodeAnalysis (1)
Syntax\InternalSyntax\ChildSyntaxList.Enumerator.cs (1)
19_node = node;
3 references to _node
Microsoft.CodeAnalysis (3)
Syntax\InternalSyntax\ChildSyntaxList.Enumerator.cs (3)
28if (_node != null) 48if (_childIndex == _node.SlotCount) 53var child = _node.GetSlot(_childIndex);