8 references to IsList
Microsoft.CodeAnalysis (8)
Syntax\SeparatedSyntaxList.cs (2)
118if (!node.IsList) 148Debug.Assert(node.IsList, "separated list cannot be a singleton separator");
Syntax\SyntaxList`1.cs (3)
112return _node == null ? 0 : (_node.IsList ? _node.SlotCount : 1); 127if (_node.IsList) 145if (_node?.IsList == true)
Syntax\SyntaxNode.cs (2)
213Debug.Assert(this.IsList); 233Debug.Assert(this.IsList);
Syntax\SyntaxNodeOrTokenList.cs (1)
138if (!_node.IsList)