5 references to SeparatedList
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Analyzers\CSharp\CodeFixes\UseDeconstruction\CSharpUseDeconstructionCodeFixProvider.cs (1)
166
SeparatedList
<ArgumentSyntax>([.. typeNode.Elements.GetWithSeparators().Select(ConvertTupleTypeElementComponent)]),
Microsoft.CodeAnalysis.CSharp.Features (1)
src\Analyzers\CSharp\CodeFixes\UseDeconstruction\CSharpUseDeconstructionCodeFixProvider.cs (1)
166
SeparatedList
<ArgumentSyntax>([.. typeNode.Elements.GetWithSeparators().Select(ConvertTupleTypeElementComponent)]),
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>()));