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
3 references to InstrumentCatchBlockFilter
Microsoft.CodeAnalysis.VisualBasic (3)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
180Return Previous.InstrumentCatchBlockFilter(original, rewrittenFilter, currentMethodOrLambda)
Lowering\Instrumentation\Instrumenter.vb (1)
272''' If there is a filter, <see cref="InstrumentCatchBlockFilter"/> is called instead.
Lowering\LocalRewriter\LocalRewriter_Try.vb (1)
157newFilter = _instrumenterOpt.InstrumentCatchBlockFilter(node, newFilter, _currentMethodOrLambda)