Base:
method
InstrumentSwitchStatementExpression
Microsoft.CodeAnalysis.CSharp.Instrumenter.InstrumentSwitchStatementExpression(Microsoft.CodeAnalysis.CSharp.BoundStatement, Microsoft.CodeAnalysis.CSharp.BoundExpression, Microsoft.CodeAnalysis.CSharp.SyntheticBoundNodeFactory)
1 override of InstrumentSwitchStatementExpression
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
486public override BoundExpression InstrumentSwitchStatementExpression(BoundStatement original, BoundExpression rewrittenExpression, SyntheticBoundNodeFactory factory)
1 reference to InstrumentSwitchStatementExpression
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\DebugInfoInjector.cs (1)
490return AddConditionSequencePoint(base.InstrumentSwitchStatementExpression(original, rewrittenExpression, factory), original.Syntax, factory);