4 overrides of VisitCatchBlock
System.Core (4)
Microsoft\Scripting\Ast\DebugViewWriter.cs (1)
1034
protected override CatchBlock
VisitCatchBlock
(CatchBlock node) {
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (1)
747
protected override CatchBlock
VisitCatchBlock
(CatchBlock node) {
Microsoft\Scripting\Compiler\ExpressionQuoter.cs (1)
101
protected override CatchBlock
VisitCatchBlock
(CatchBlock node) {
Microsoft\Scripting\Compiler\VariableBinder.cs (1)
128
protected override CatchBlock
VisitCatchBlock
(CatchBlock node) {
1 reference to VisitCatchBlock
System.Core (1)
Microsoft\Scripting\Ast\ExpressionVisitor.cs (1)
510
Visit(node.Handlers,
VisitCatchBlock
),