14 references to SeparatedList
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
src\Analyzers\CSharp\CodeFixes\ConvertSwitchStatementToExpression\ConvertSwitchStatementToExpressionCodeFixProvider.Rewriter.cs (1)
252SeparatedList(
src\Analyzers\CSharp\CodeFixes\UseCollectionInitializer\CSharpUseCollectionInitializerCodeFixProvider_CollectionInitializer.cs (1)
136SeparatedList(
src\Analyzers\CSharp\CodeFixes\UseImplicitOrExplicitType\UseExplicitTypeCodeFixProvider.cs (1)
211SeparatedList(builder, separatorBuilder),
Microsoft.CodeAnalysis.CSharp.Features (10)
ChangeSignature\CSharpChangeSignatureService.cs (5)
691return SeparatedList(parameters, separators); 727return SeparatedList( 745return SeparatedList(newArgumentsWithTrivia, GetSeparators(arguments, numSeparatorsToSkip)); 765return SeparatedList(newArgumentsWithTrivia, GetSeparators(arguments, numSeparatorsToSkip)); 925var listOfArguments = SeparatedList(newArguments.Skip(indexInExistingList).Select(a => ((ArgumentSyntax)(SyntaxNode)a).Expression), newArguments.GetSeparators().Skip(indexInExistingList));
src\Analyzers\CSharp\CodeFixes\ConvertSwitchStatementToExpression\ConvertSwitchStatementToExpressionCodeFixProvider.Rewriter.cs (1)
252SeparatedList(
src\Analyzers\CSharp\CodeFixes\UseCollectionInitializer\CSharpUseCollectionInitializerCodeFixProvider_CollectionInitializer.cs (1)
136SeparatedList(
src\Analyzers\CSharp\CodeFixes\UseImplicitOrExplicitType\UseExplicitTypeCodeFixProvider.cs (1)
211SeparatedList(builder, separatorBuilder),
UseNamedArguments\CSharpUseNamedArgumentsCodeRefactoringProvider.cs (2)
71=> argumentList.WithArguments(SeparatedList(namedArguments, separators)); 91=> argumentList.WithArguments(SeparatedList(namedArguments, separators));
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
63=> SyntaxFactory.SeparatedList(nodes, separators);