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)
432public override BoundStatement InstrumentSwitchStatement(BoundSwitchStatement original, BoundStatement rewritten)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
423public override BoundStatement InstrumentSwitchStatement(BoundSwitchStatement original, BoundStatement rewritten)
2 references to InstrumentSwitchStatement
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CodeCoverageInstrumenter.cs (1)
434return AddDynamicAnalysis(original, base.InstrumentSwitchStatement(original, rewritten));
Lowering\Instrumentation\DebugInfoInjector.cs (1)
432statementOpt: base.InstrumentSwitchStatement(original, rewritten),