Base:
method
VisitCatchBlock
Microsoft.CodeAnalysis.CSharp.BoundTreeVisitor.VisitCatchBlock(Microsoft.CodeAnalysis.CSharp.BoundCatchBlock)
7 overrides of VisitCatchBlock
Microsoft.CodeAnalysis.CSharp (7)
CodeGen\Optimizer.cs (2)
1683public override BoundNode VisitCatchBlock(BoundCatchBlock node) 2286public override BoundNode VisitCatchBlock(BoundCatchBlock node)
Generated\BoundNodes.xml.Generated.cs (1)
13461public override BoundNode? VisitCatchBlock(BoundCatchBlock node)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
521public override BoundNode VisitCatchBlock(BoundCatchBlock node)
Lowering\LocalRewriter\LocalRewriter_TryStatement.cs (1)
78public override BoundNode? VisitCatchBlock(BoundCatchBlock node)
Lowering\MethodToClassRewriter.cs (1)
127public override BoundNode VisitCatchBlock(BoundCatchBlock node)
Lowering\SpillSequenceSpiller.cs (1)
707public override BoundNode VisitCatchBlock(BoundCatchBlock node)
2 references to VisitCatchBlock
Microsoft.CodeAnalysis.CSharp (2)
Lowering\AsyncRewriter\AsyncExceptionHandlerRewriter.cs (1)
536var result = base.VisitCatchBlock(node);
Lowering\MethodToClassRewriter.cs (1)
145return base.VisitCatchBlock(node)!;