1 override of InstrumentSelectStatementEpilogue
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
215Public Overrides Function InstrumentSelectStatementEpilogue(original As BoundSelectStatement, epilogueOpt As BoundStatement) As BoundStatement
2 references to InstrumentSelectStatementEpilogue
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\Instrumentation\CompoundInstrumenter.vb (1)
216Return Previous.InstrumentSelectStatementEpilogue(original, epilogueOpt)
Lowering\LocalRewriter\LocalRewriter_SelectCase.vb (1)
144epilogue = _instrumenterOpt.InstrumentSelectStatementEpilogue(node, epilogue)