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)
10278
public override BoundNode?
VisitConvertedSwitchExpression
(BoundConvertedSwitchExpression node)
11535
public override BoundNode?
VisitConvertedSwitchExpression
(BoundConvertedSwitchExpression node)
1 reference to VisitConvertedSwitchExpression
Microsoft.CodeAnalysis.CSharp (1)
Generated\BoundNodes.xml.Generated.cs (1)
4989
public override BoundNode? Accept(BoundTreeVisitor visitor) => visitor.
VisitConvertedSwitchExpression
(this);