2 types derived from BoundStackAllocArrayCreationBase
Microsoft.CodeAnalysis.CSharp (2)
Generated\BoundNodes.xml.Generated.cs (2)
7199
internal sealed partial class BoundStackAllocArrayCreation :
BoundStackAllocArrayCreationBase
7226
internal sealed partial class BoundConvertedStackAllocExpression :
BoundStackAllocArrayCreationBase
3 references to BoundStackAllocArrayCreationBase
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\AbstractFlowPass.cs (1)
3509
private BoundNode VisitStackAllocArrayCreationBase(
BoundStackAllocArrayCreationBase
node)
FlowAnalysis\NullableWalker.cs (1)
11935
private BoundNode? VisitStackAllocArrayCreationBase(
BoundStackAllocArrayCreationBase
node)
Lowering\LocalRewriter\LocalRewriter_StackAlloc.cs (1)
25
private BoundNode VisitStackAllocArrayCreationBase(
BoundStackAllocArrayCreationBase
stackAllocNode)