1 write to _node
Microsoft.CodeAnalysis (1)
Syntax\ChildSyntaxList.cs (1)
21_node = node;
13 references to _node
Microsoft.CodeAnalysis (13)
Syntax\ChildSyntaxList.cs (13)
69return ItemInternal(_node!, index); 78get { return _node; } 408Debug.Assert(_node is object); 409return new Reversed(_node, _count); 416if (_node == null) 421return new Enumerator(_node, _count); 426if (_node == null) 431return new EnumeratorImpl(_node, _count); 436if (_node == null) 441return new EnumeratorImpl(_node, _count); 457return _node == other._node; 464return _node?.GetHashCode() ?? 0;