1 override of InstrumentSelectStatementCaseCondition
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
203Public Overrides Function InstrumentSelectStatementCaseCondition(original As BoundSelectStatement, rewrittenCaseCondition As BoundExpression, currentMethodOrLambda As MethodSymbol, ByRef lazyConditionalBranchLocal As LocalSymbol) As BoundExpression
2 references to InstrumentSelectStatementCaseCondition
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
204Return Previous.InstrumentSelectStatementCaseCondition(original, rewrittenCaseCondition, currentMethodOrLambda, lazyConditionalBranchLocal)
Lowering\LocalRewriter\LocalRewriter_SelectCase.vb (1)
300rewrittenCaseCondition = _instrumenterOpt.InstrumentSelectStatementCaseCondition(selectStatement, rewrittenCaseCondition, _currentMethodOrLambda, lazyConditionalBranchLocal)