5 references to SeparatedList
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Analyzers\CSharp\CodeFixes\UseCollectionInitializer\CSharpUseCollectionInitializerCodeFixProvider_CollectionInitializer.cs (1)
137
SeparatedList
(
Microsoft.CodeAnalysis.CSharp.Features (4)
ChangeSignature\CSharpChangeSignatureService.cs (1)
671
return
SeparatedList
(parameters, separators);
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));