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; } 349Debug.Assert(_node is object); 350return new Reversed(_node, _count); 357if (_node == null) 362return new Enumerator(_node, _count); 367if (_node == null) 372return new EnumeratorImpl(_node, _count); 377if (_node == null) 382return new EnumeratorImpl(_node, _count); 398return _node == other._node; 405return _node?.GetHashCode() ?? 0;