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