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