1 override of InstrumentSwitchStatement
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
193public override BoundStatement InstrumentSwitchStatement(BoundSwitchStatement original, BoundStatement rewritten)
2 references to InstrumentSwitchStatement
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
195return Previous.InstrumentSwitchStatement(original, rewritten);
Lowering\LocalRewriter\LocalRewriter_PatternSwitchStatement.cs (1)
177translatedSwitch = _localRewriter.Instrumenter.InstrumentSwitchStatement(node, translatedSwitch);