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; } 401Debug.Assert(_node is object); 402return new Reversed(_node, _count); 409if (_node == null) 414return new Enumerator(_node, _count); 419if (_node == null) 424return new EnumeratorImpl(_node, _count); 429if (_node == null) 434return new EnumeratorImpl(_node, _count); 450return _node == other._node; 457return _node?.GetHashCode() ?? 0;