3 overrides of VisitThrowStatement
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\AbstractFlowPass.cs (1)
3433public override BoundNode VisitThrowStatement(BoundThrowStatement node)
Generated\BoundNodes.xml.Generated.cs (2)
10164public override BoundNode? VisitThrowStatement(BoundThrowStatement node) 11420public override BoundNode? VisitThrowStatement(BoundThrowStatement node)
1 reference to VisitThrowStatement
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
3655public override BoundNode? Accept(BoundTreeVisitor visitor) => visitor.VisitThrowStatement(this);