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