1 override of InstrumentCatchBlockFilter
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
179Public Overrides Function InstrumentCatchBlockFilter(original As BoundCatchBlock, rewrittenFilter As BoundExpression, currentMethodOrLambda As MethodSymbol) As BoundExpression
1 reference to InstrumentCatchBlockFilter
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\Instrumenter.vb (1)
272''' If there is a filter, <see cref="InstrumentCatchBlockFilter"/> is called instead.