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