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