Base:
method
InstrumentSwitchStatement
Microsoft.CodeAnalysis.CSharp.Instrumenter.InstrumentSwitchStatement(Microsoft.CodeAnalysis.CSharp.BoundSwitchStatement, Microsoft.CodeAnalysis.CSharp.BoundStatement)
2 overrides of InstrumentSwitchStatement
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (1)
432
public override BoundStatement
InstrumentSwitchStatement
(BoundSwitchStatement original, BoundStatement rewritten)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
423
public override BoundStatement
InstrumentSwitchStatement
(BoundSwitchStatement original, BoundStatement rewritten)
2 references to InstrumentSwitchStatement
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (1)
434
return AddDynamicAnalysis(original, base.
InstrumentSwitchStatement
(original, rewritten));
Lowering\Instrumentation\DebugInfoInjector.cs (1)
432
statementOpt: base.
InstrumentSwitchStatement
(original, rewritten),