1 override of InstrumentForEachStatementConditionalGotoStart
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
131
Public Overrides Function
InstrumentForEachStatementConditionalGotoStart
(original As BoundForEachStatement, ifConditionGotoStart As BoundStatement) As BoundStatement
2 references to InstrumentForEachStatementConditionalGotoStart
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
132
Return Previous.
InstrumentForEachStatementConditionalGotoStart
(original, ifConditionGotoStart)
Lowering\LocalRewriter\LocalRewriter_While.vb (1)
108
ifConditionGotoStart = _instrumenterOpt.
InstrumentForEachStatementConditionalGotoStart
(DirectCast(statement, BoundForEachStatement), ifConditionGotoStart)