3 references to CreateList
Microsoft.CodeAnalysis (3)
Syntax\SyntaxList`1.cs (3)
275
return
CreateList
(list);
299
return
CreateList
(this.Where(x => x != node).ToList());
335
return
CreateList
(list);