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