7 references to CreateCollectionElement
Microsoft.CodeAnalysis.CSharp.Features (7)
src\Analyzers\CSharp\CodeFixes\UseCollectionExpression\CSharpCollectionExpressionRewriter.cs (7)
479yield return CreateCollectionElement(useSpread: true, spreadElement.Expression); 483yield return CreateCollectionElement(useSpread: false, expressionElement.Expression); 490yield return CreateCollectionElement(match.UseSpread, expression); 496yield return CreateCollectionElement( 513yield return CreateCollectionElement(match.UseSpread, expression); 523yield return CreateCollectionElement(match.UseSpread, expression); 528yield return CreateCollectionElement(match.UseSpread, IndentExpression(parentStatement: null, expression, preferredIndentation));