6 references to SeparatedList
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Analyzers\CSharp\CodeFixes\UseCollectionInitializer\CSharpUseCollectionInitializerCodeFixProvider_CollectionInitializer.cs (1)
137
SeparatedList
(
Microsoft.CodeAnalysis.CSharp.Features (5)
ChangeSignature\CSharpChangeSignatureService.cs (2)
673
return
SeparatedList
(parameters, separators);
709
return
SeparatedList
(
src\Analyzers\CSharp\CodeFixes\UseCollectionInitializer\CSharpUseCollectionInitializerCodeFixProvider_CollectionInitializer.cs (1)
137
SeparatedList
(
UseNamedArguments\CSharpUseNamedArgumentsCodeRefactoringProvider.cs (2)
71
=> argumentList.WithArguments(
SeparatedList
(namedArguments, separators));
91
=> argumentList.WithArguments(
SeparatedList
(namedArguments, separators));