Base:
method
VisitIfStatement
Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitIfStatement(Microsoft.CodeAnalysis.CSharp.BoundIfStatement)
3 overrides of VisitIfStatement
Microsoft.CodeAnalysis.CSharp (3)
BoundTree\BoundTreeRewriter.cs (1)
155
public sealed override BoundNode?
VisitIfStatement
(BoundIfStatement node)
BoundTree\NullabilityRewriter.cs (1)
30
public override BoundNode?
VisitIfStatement
(BoundIfStatement node)
Lowering\LocalRewriter\LocalRewriter_IfStatement.cs (1)
14
public override BoundNode
VisitIfStatement
(BoundIfStatement node)
1 reference to VisitIfStatement
Microsoft.CodeAnalysis.CSharp (1)
BoundTree\BoundTreeRewriter.cs (1)
159
return base.
VisitIfStatement
(node);