6 overrides of VisitCatchBlock
System.Linq.Expressions (6)
System\Linq\Expressions\Compiler\VariableBinder.cs (1)
130protected override CatchBlock VisitCatchBlock(CatchBlock node)
System\Linq\Expressions\DebugViewWriter.cs (1)
1066protected override CatchBlock VisitCatchBlock(CatchBlock node)
System\Linq\Expressions\ExpressionStringBuilder.cs (1)
730protected override CatchBlock VisitCatchBlock(CatchBlock node)
System\Linq\Expressions\Interpreter\LightCompiler.cs (1)
2811protected override CatchBlock VisitCatchBlock(CatchBlock node)
System\Linq\Expressions\Interpreter\TypeOperations.cs (1)
556protected override CatchBlock VisitCatchBlock(CatchBlock node)
System\Runtime\CompilerServices\RuntimeOps.ExpressionQuoter.cs (1)
111protected override CatchBlock VisitCatchBlock(CatchBlock node)
1 reference to VisitCatchBlock
System.Linq.Expressions (1)
System\Linq\Expressions\ExpressionVisitor.cs (1)
515Visit(node.Handlers, VisitCatchBlock),