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