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