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