1 override of InstrumentForEachLoopEpilogue
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
227Public Overrides Function InstrumentForEachLoopEpilogue(original As BoundForEachStatement, epilogueOpt As BoundStatement) As BoundStatement
3 references to InstrumentForEachLoopEpilogue
Microsoft.CodeAnalysis.VisualBasic (3)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
228Return Previous.InstrumentForEachLoopEpilogue(original, epilogueOpt)
Lowering\LocalRewriter\LocalRewriter_ForEach.vb (2)
441epilogue = _instrumenterOpt.InstrumentForEachLoopEpilogue(forEachStatement, epilogue) 620bodyEpilogue = _instrumenterOpt.InstrumentForEachLoopEpilogue(node, bodyEpilogue)