3 references to BoundConvertedStackAllocExpression
Microsoft.CodeAnalysis.CSharp (3)
Generated\BoundNodes.xml.Generated.cs (1)
7247
var result = new
BoundConvertedStackAllocExpression
(this.Syntax, elementType, count, initializerOpt, type, this.HasErrors);
Lowering\LocalRewriter\LocalRewriter_StackAlloc.cs (2)
48
return new
BoundConvertedStackAllocExpression
(stackAllocNode.Syntax, elementType, stackSize, initializerOpt, type);
57
stackAllocNode = new
BoundConvertedStackAllocExpression
(