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