7 references to CreateCollectionElement
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (7)
src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpCollectionExpressionRewriter.cs (7)
483yield return CreateCollectionElement(useSpread: true, spreadElement.Expression); 487yield return CreateCollectionElement(useSpread: false, expressionElement.Expression); 494yield return CreateCollectionElement(match.UseSpread, expression); 500yield return CreateCollectionElement( 517yield return CreateCollectionElement(match.UseSpread, expression); 527yield return CreateCollectionElement(match.UseSpread, expression); 532yield return CreateCollectionElement(match.UseSpread, IndentExpression(parentStatement: null, expression, preferredIndentation));