1 override of InstrumentIfStatementConditionalGoto
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
135Public Overrides Function InstrumentIfStatementConditionalGoto(original As BoundIfStatement, condGoto As BoundStatement) As BoundStatement
3 references to InstrumentIfStatementConditionalGoto
Microsoft.CodeAnalysis.VisualBasic (3)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
136Return Previous.InstrumentIfStatementConditionalGoto(original, condGoto)
Lowering\LocalRewriter\LocalRewriter_If.vb (2)
150condGoto = _instrumenterOpt.InstrumentIfStatementConditionalGoto(DirectCast(instrumentationTargetOpt, BoundIfStatement), condGoto) 194condGoto = _instrumenterOpt.InstrumentIfStatementConditionalGoto(DirectCast(instrumentationTargetOpt, BoundIfStatement), condGoto)