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