Base:
method
InstrumentGotoStatement
Microsoft.CodeAnalysis.CSharp.Instrumenter.InstrumentGotoStatement(Microsoft.CodeAnalysis.CSharp.BoundGotoStatement, Microsoft.CodeAnalysis.CSharp.BoundStatement)
2 overrides of InstrumentGotoStatement
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (1)
344
public override BoundStatement
InstrumentGotoStatement
(BoundGotoStatement original, BoundStatement rewritten)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
158
public override BoundStatement
InstrumentGotoStatement
(BoundGotoStatement original, BoundStatement rewritten)
2 references to InstrumentGotoStatement
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (1)
346
return AddDynamicAnalysis(original, base.
InstrumentGotoStatement
(original, rewritten));
Lowering\Instrumentation\DebugInfoInjector.cs (1)
160
return AddSequencePoint(base.
InstrumentGotoStatement
(original, rewritten));