1 reference to Concat
Microsoft.CodeAnalysis.CodeStyle (1)
src\Analyzers\Core\Analyzers\UseCollectionInitializer\AbstractUseCollectionInitializerDiagnosticAnalyzer.cs (1)
235
return (preMatches.
Concat
(postMatches), shouldUseCollectionExpression: true, changesSemantics1 || changesSemantics2);