10 references to BoundArrayCreation
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder_Expressions.cs (2)
4166
? new
BoundArrayCreation
(node, arraySizes, null, type, hasErrors)
4568
return new
BoundArrayCreation
(nonNullSyntax, sizes, initializer, type, hasErrors: hasErrors)
Binder\Binder_Invocation.cs (1)
1844
collection = new
BoundArrayCreation
(
Generated\BoundNodes.xml.Generated.cs (1)
7168
var result = new
BoundArrayCreation
(this.Syntax, bounds, initializerOpt, type, this.HasErrors);
Lowering\LocalRewriter\LocalRewriter_Call.cs (1)
1490
return new
BoundArrayCreation
(
Lowering\LocalRewriter\LocalRewriter_CollectionExpression.cs (2)
819
return new
BoundArrayCreation
(
853
new
BoundArrayCreation
(syntax,
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (1)
156
var utf8Bytes = new
BoundArrayCreation
(
Lowering\SyntheticBoundNodeFactory.cs (2)
1561
return new
BoundArrayCreation
(
1570
return new
BoundArrayCreation
(