3 references to SeparatedList
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
Syntax\SeparatedSyntaxListTests.cs (2)
52
: SyntaxFactory.
SeparatedList
<ExpressionSyntax>();
235
DoTestAddInsertRemoveOnEmptyList(SyntaxFactory.
SeparatedList
<SyntaxNode>());
Microsoft.Interop.SourceGeneration (1)
Utils\SyntaxFactoryExtensions.cs (1)
53
ArgumentList(
SeparatedList
<ArgumentSyntax>()));