1 override of InstrumentSwitchExpressionArmExpression
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
242
public override BoundExpression
InstrumentSwitchExpressionArmExpression
(BoundExpression original, BoundExpression rewrittenExpression, SyntheticBoundNodeFactory factory)
2 references to InstrumentSwitchExpressionArmExpression
Microsoft.CodeAnalysis.CSharp (2)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
244
return Previous.
InstrumentSwitchExpressionArmExpression
(original, rewrittenExpression, factory);
Lowering\LocalRewriter\LocalRewriter_SwitchExpression.cs (1)
99
loweredValue = this._localRewriter.Instrumenter.
InstrumentSwitchExpressionArmExpression
(arm.Value, loweredValue, _factory);