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