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