1 override of InstrumentIfStatementAfterIfStatement
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
139Public Overrides Function InstrumentIfStatementAfterIfStatement(original As BoundIfStatement, afterIfStatement As BoundStatement) As BoundStatement
2 references to InstrumentIfStatementAfterIfStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
140Return Previous.InstrumentIfStatementAfterIfStatement(original, afterIfStatement)
Lowering\LocalRewriter\LocalRewriter_If.vb (1)
159afterIfStatement = _instrumenterOpt.InstrumentIfStatementAfterIfStatement(DirectCast(instrumentationTargetOpt, BoundIfStatement), afterIfStatement)