3 overrides of VisitConvertedSwitchExpression
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\AbstractFlowPass_Switch.cs (1)
145
public override BoundNode
VisitConvertedSwitchExpression
(BoundConvertedSwitchExpression node)
Generated\BoundNodes.xml.Generated.cs (2)
10277
public override BoundNode?
VisitConvertedSwitchExpression
(BoundConvertedSwitchExpression node)
11534
public override BoundNode?
VisitConvertedSwitchExpression
(BoundConvertedSwitchExpression node)
1 reference to VisitConvertedSwitchExpression
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4988
public override BoundNode? Accept(BoundTreeVisitor visitor) => visitor.
VisitConvertedSwitchExpression
(this);