6 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();
Microsoft.CodeAnalysis.CSharp (3)
Parser\LanguageParser.cs (2)
5481var withSeps = sizes.GetWithSeparators(); 8547var separatedParameters = paramList.Parameters.GetWithSeparators();
Syntax\InternalSyntax\CSharpSyntaxRewriter.cs (1)
75var withSeps = (SyntaxList<CSharpSyntaxNode>)list.GetWithSeparators();