1 write to _node
Microsoft.CodeAnalysis (1)
Syntax\ChildSyntaxList.cs (1)
22_node = node;
13 references to _node
Microsoft.CodeAnalysis (13)
Syntax\ChildSyntaxList.cs (13)
70return ItemInternal(_node!, index); 79get { return _node; } 409Debug.Assert(_node is object); 410return new Reversed(_node, _count); 417if (_node == null) 422return new Enumerator(_node, _count); 427if (_node == null) 432return new EnumeratorImpl(_node, _count); 437if (_node == null) 442return new EnumeratorImpl(_node, _count); 458return _node == other._node; 465return _node?.GetHashCode() ?? 0;