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