4 references to BoundConvertedStackAllocExpression
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_Conversions.cs (1)
2431
var convertedNode = new
BoundConvertedStackAllocExpression
(syntax, elementType, boundStackAlloc.Count, boundStackAlloc.InitializerOpt, stackAllocType, boundStackAlloc.HasErrors);
Generated\BoundNodes.xml.Generated.cs (1)
7250
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
(