1 override of InstrumentIfStatementAlternativeEpilogue
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
147
Public Overrides Function
InstrumentIfStatementAlternativeEpilogue
(original As BoundIfStatement, epilogueOpt As BoundStatement) As BoundStatement
2 references to InstrumentIfStatementAlternativeEpilogue
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
148
Return Previous.
InstrumentIfStatementAlternativeEpilogue
(original, epilogueOpt)
Lowering\LocalRewriter\LocalRewriter_If.vb (1)
79
_instrumenterOpt.
InstrumentIfStatementAlternativeEpilogue
(node, resumeTarget))