2 instantiations of BoundConvertedStackAllocExpression
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (1)
7246var result = new BoundConvertedStackAllocExpression(this.Syntax, elementType, count, initializerOpt, type, this.HasErrors);
Lowering\LocalRewriter\LocalRewriter_StackAlloc.cs (1)
48return new BoundConvertedStackAllocExpression(stackAllocNode.Syntax, elementType, stackSize, initializerOpt, type);
17 references to BoundConvertedStackAllocExpression
Microsoft.CodeAnalysis.CSharp (17)
CodeGen\EmitExpression.cs (2)
119EmitConvertedStackAllocExpression((BoundConvertedStackAllocExpression)expression, used); 2397private void EmitConvertedStackAllocExpression(BoundConvertedStackAllocExpression expression, bool used)
CodeGen\Optimizer.cs (1)
1747public override BoundNode VisitConvertedStackAllocExpression(BoundConvertedStackAllocExpression node)
FlowAnalysis\AbstractFlowPass.cs (1)
3530public override BoundNode VisitConvertedStackAllocExpression(BoundConvertedStackAllocExpression node)
FlowAnalysis\NullableWalker.cs (1)
11999public override BoundNode? VisitConvertedStackAllocExpression(BoundConvertedStackAllocExpression node)
Generated\BoundNodes.xml.Generated.cs (10)
7242public BoundConvertedStackAllocExpression Update(TypeSymbol elementType, BoundExpression count, BoundArrayInitialization? initializerOpt, TypeSymbol type) 7246var result = new BoundConvertedStackAllocExpression(this.Syntax, elementType, count, initializerOpt, type, this.HasErrors); 9246return VisitConvertedStackAllocExpression((BoundConvertedStackAllocExpression)node, arg); 9528public virtual R VisitConvertedStackAllocExpression(BoundConvertedStackAllocExpression node, A arg) => this.DefaultVisit(node, arg); 9764public virtual BoundNode? VisitConvertedStackAllocExpression(BoundConvertedStackAllocExpression node) => this.DefaultVisit(node); 10624public override BoundNode? VisitConvertedStackAllocExpression(BoundConvertedStackAllocExpression node) 11955public override BoundNode? VisitConvertedStackAllocExpression(BoundConvertedStackAllocExpression node) 14427public override BoundNode? VisitConvertedStackAllocExpression(BoundConvertedStackAllocExpression node) 14432BoundConvertedStackAllocExpression updatedNode; 16724public override TreeDumperNode VisitConvertedStackAllocExpression(BoundConvertedStackAllocExpression node, object? arg) => new TreeDumperNode("convertedStackAllocExpression", null, new TreeDumperNode[]
Lowering\LocalRewriter\LocalRewriter_StackAlloc.cs (1)
15public override BoundNode VisitConvertedStackAllocExpression(BoundConvertedStackAllocExpression stackAllocNode)
Lowering\SpillSequenceSpiller.cs (1)
833public override BoundNode VisitConvertedStackAllocExpression(BoundConvertedStackAllocExpression node)