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