1 override of InstrumentDoLoopStatementEntryOrConditionalGotoStart
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
127
Public Overrides Function
InstrumentDoLoopStatementEntryOrConditionalGotoStart
(original As BoundDoLoopStatement, ifConditionGotoStartOpt As BoundStatement) As BoundStatement
4 references to InstrumentDoLoopStatementEntryOrConditionalGotoStart
Microsoft.CodeAnalysis.VisualBasic (4)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
128
Return Previous.
InstrumentDoLoopStatementEntryOrConditionalGotoStart
(original, ifConditionGotoStartOpt)
Lowering\LocalRewriter\LocalRewriter_DoLoop.vb (2)
129
_instrumenterOpt.
InstrumentDoLoopStatementEntryOrConditionalGotoStart
(node, Nothing),
197
_instrumenterOpt.
InstrumentDoLoopStatementEntryOrConditionalGotoStart
(node, Nothing),
Lowering\LocalRewriter\LocalRewriter_While.vb (1)
106
ifConditionGotoStart = _instrumenterOpt.
InstrumentDoLoopStatementEntryOrConditionalGotoStart
(DirectCast(statement, BoundDoLoopStatement), ifConditionGotoStart)