4 references to SlotCount
Microsoft.CodeAnalysis (4)
Syntax\SyntaxList`1.cs (2)
112return _node == null ? 0 : (_node.IsList ? _node.SlotCount : 1); 129if (unchecked((uint)index < (uint)_node.SlotCount))
Syntax\SyntaxNodeOrTokenList.cs (2)
125get { return _node == null ? 0 : _node.Green.IsList ? _node.SlotCount : 1; } 147if (unchecked((uint)index < (uint)_node.SlotCount))