8 references to IsList
Microsoft.CodeAnalysis (8)
Syntax\SeparatedSyntaxList.cs (2)
119if (!node.IsList) 149Debug.Assert(node.IsList, "separated list cannot be a singleton separator");
Syntax\SyntaxList`1.cs (3)
113return _node == null ? 0 : (_node.IsList ? _node.SlotCount : 1); 128if (_node.IsList) 146if (_node?.IsList == true)
Syntax\SyntaxNode.cs (2)
214Debug.Assert(this.IsList); 234Debug.Assert(this.IsList);
Syntax\SyntaxNodeOrTokenList.cs (1)
139if (!_node.IsList)