2 references to BoundCollectionInitializerExpression
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Expressions.cs (1)
6296
return new
BoundCollectionInitializerExpression
(initializerSyntax, implicitReceiver, initializerBuilder.ToImmutableAndFree(), initializerType);
Generated\BoundNodes.xml.Generated.cs (1)
6855
var result = new
BoundCollectionInitializerExpression
(this.Syntax, placeholder, initializers, type, this.HasErrors);