1 override of InstrumentSelectStatementCaseCondition
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
203
Public 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)
204
Return Previous.
InstrumentSelectStatementCaseCondition
(original, rewrittenCaseCondition, currentMethodOrLambda, lazyConditionalBranchLocal)
Lowering\LocalRewriter\LocalRewriter_SelectCase.vb (1)
300
rewrittenCaseCondition = _instrumenterOpt.
InstrumentSelectStatementCaseCondition
(selectStatement, rewrittenCaseCondition, _currentMethodOrLambda, lazyConditionalBranchLocal)