11 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)
5057var withSeps = sizes.GetWithSeparators(); 7827var separatedParameters = paramList.Parameters.GetWithSeparators();
Syntax\InternalSyntax\CSharpSyntaxRewriter.cs (1)
78var withSeps = (SyntaxList<CSharpSyntaxNode>)list.GetWithSeparators();
Microsoft.CodeAnalysis.VisualBasic (5)
Parser\ParseExpression.vb (4)
581DirectCast(Args.GetWithSeparators(1), PunctuationSyntax), 589DirectCast(Args.GetWithSeparators(1), PunctuationSyntax), 591DirectCast(Args.GetWithSeparators(3), PunctuationSyntax), 598Dim withSeparators As CodeAnalysis.Syntax.InternalSyntax.SyntaxList(Of VisualBasicSyntaxNode) = Args.GetWithSeparators()
Parser\Parser.vb (1)
3308Dim argsAndSeparators = arguments.GetWithSeparators