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)
28
if (
_node
!= null)
48
if (_childIndex ==
_node
.SlotCount)
53
var child =
_node
.GetSlot(_childIndex);