3 references to BoundStackAllocArrayCreation
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Expressions.cs (2)
4596
? new
BoundStackAllocArrayCreation
(node, elementType.Type, count, initializerOpt: null, type, hasErrors: hasErrors)
4730
return new
BoundStackAllocArrayCreation
(node, elementType, sizeOpt, new BoundArrayInitialization(initSyntax, isInferred, boundInitExprOpt), type, hasErrors);
Generated\BoundNodes.xml.Generated.cs (1)
7228
var result = new
BoundStackAllocArrayCreation
(this.Syntax, elementType, count, initializerOpt, type, this.HasErrors);