1 override of InstrumentSwitchStatementExpression
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
237
public override BoundExpression
InstrumentSwitchStatementExpression
(BoundStatement original, BoundExpression rewrittenExpression, SyntheticBoundNodeFactory factory)
2 references to InstrumentSwitchStatementExpression
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
239
return Previous.
InstrumentSwitchStatementExpression
(original, rewrittenExpression, factory);
Lowering\LocalRewriter\LocalRewriter_PatternSwitchStatement.cs (1)
81
var instrumentedExpression = _localRewriter.Instrumenter.
InstrumentSwitchStatementExpression
(node, loweredSwitchGoverningExpression, _factory);