Base:
method
InstrumentSelectStatementEpilogue
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Instrumenter.InstrumentSelectStatementEpilogue(Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.BoundSelectStatement, Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.BoundStatement)
1 override of InstrumentSelectStatementEpilogue
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\DebugInfoInjector.vb (1)
313Public Overrides Function InstrumentSelectStatementEpilogue(original As BoundSelectStatement, epilogueOpt As BoundStatement) As BoundStatement
1 reference to InstrumentSelectStatementEpilogue
Microsoft.CodeAnalysis.VisualBasic (1)
Lowering\Instrumentation\DebugInfoInjector.vb (1)
315Return New BoundSequencePoint(DirectCast(original.Syntax, SelectBlockSyntax).EndSelectStatement, MyBase.InstrumentSelectStatementEpilogue(original, epilogueOpt))