7 references to CreateCollectionElement
Microsoft.CodeAnalysis.CSharp.Features (7)
src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpCollectionExpressionRewriter.cs (7)
521yield return CreateCollectionElement(useSpread: true, spreadElement.Expression); 525yield return CreateCollectionElement(useSpread: false, expressionElement.Expression); 532yield return CreateCollectionElement(match.UseSpread, expression); 561yield return CreateCollectionElement(match.UseSpread, indentedExpression); 576yield return CreateCollectionElement(match.UseSpread, expression); 586yield return CreateCollectionElement(match.UseSpread, expression); 591yield return CreateCollectionElement(match.UseSpread, IndentExpression(parentStatement: null, expression, preferredIndentation));