8 references to IsList
Microsoft.CodeAnalysis (8)
Syntax\SeparatedSyntaxList.cs (2)
89if (!node.IsList) 119Debug.Assert(node.IsList, "separated list cannot be a singleton separator");
Syntax\SyntaxList`1.cs (3)
80return _node == null ? 0 : (_node.IsList ? _node.SlotCount : 1); 95if (_node.IsList) 113if (_node?.IsList == true)
Syntax\SyntaxNode.cs (2)
212Debug.Assert(this.IsList); 232Debug.Assert(this.IsList);
Syntax\SyntaxNodeOrTokenList.cs (1)
105if (!_node.IsList)