8 references to BoundArrayCreation
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder_Expressions.cs (2)
3374? new BoundArrayCreation(node, arraySizes, null, type, hasErrors) 3776return new BoundArrayCreation(nonNullSyntax, sizes, initializer, type, hasErrors: hasErrors)
Generated\BoundNodes.xml.Generated.cs (1)
6872var result = new BoundArrayCreation(this.Syntax, bounds, initializerOpt, type, this.HasErrors);
Lowering\LocalRewriter\LocalRewriter_Call.cs (1)
1323return new BoundArrayCreation(
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (1)
151var utf8Bytes = new BoundArrayCreation(
Lowering\SyntheticBoundNodeFactory.cs (2)
1424return new BoundArrayCreation( 1433return new BoundArrayCreation(
Microsoft.CodeAnalysis.CSharp.ExpressionEvaluator.ExpressionCompiler (1)
Rewriters\LocalDeclarationRewriter.cs (1)
160return new BoundArrayCreation(