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