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