1 override of InstrumentWhileEpilogue
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
119
Public Overrides Function
InstrumentWhileEpilogue
(original As BoundWhileStatement, epilogueOpt As BoundStatement) As BoundStatement
2 references to InstrumentWhileEpilogue
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
120
Return Previous.
InstrumentWhileEpilogue
(original, epilogueOpt)
Lowering\LocalRewriter\LocalRewriter_While.vb (1)
65
afterBodyResumeTargetOpt = _instrumenterOpt.
InstrumentWhileEpilogue
(DirectCast(statement, BoundWhileStatement), afterBodyResumeTargetOpt)