3 references to GetWithSeparators
Microsoft.CodeAnalysis (3)
Syntax\InternalSyntax\SeparatedSyntaxList.cs (1)
105
return new SeparatedSyntaxList<GreenNode>(list.
GetWithSeparators
());
Syntax\InternalSyntax\SeparatedSyntaxListBuilder.cs (2)
88
_builder!.AddRange(nodes.
GetWithSeparators
());
93
var list = nodes.
GetWithSeparators
();