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