Base:
method
InstrumentStopStatement
Microsoft.CodeAnalysis.VisualBasic.Instrumenter.InstrumentStopStatement(Microsoft.CodeAnalysis.VisualBasic.BoundStopStatement, Microsoft.CodeAnalysis.VisualBasic.BoundStatement)
2 overrides of InstrumentStopStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (1)
314
Public Overrides Function
InstrumentStopStatement
(original As BoundStopStatement, rewritten As BoundStatement) As BoundStatement
Lowering\Instrumentation\DebugInfoInjector.vb (1)
40
Public Overrides Function
InstrumentStopStatement
(original As BoundStopStatement, rewritten As BoundStatement) As BoundStatement
2 references to InstrumentStopStatement
Microsoft.CodeAnalysis.VisualBasic (2)
Lowering\Instrumentation\CodeCoverageInstrumenter.vb (1)
315
Return AddDynamicAnalysis(original, MyBase.
InstrumentStopStatement
(original, rewritten))
Lowering\Instrumentation\DebugInfoInjector.vb (1)
41
Return MarkStatementWithSequencePoint(original, MyBase.
InstrumentStopStatement
(original, rewritten))