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