1 override of InstrumentSwitchBindCasePatternVariables
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
236public override BoundStatement InstrumentSwitchBindCasePatternVariables(BoundStatement bindings)
1 reference to InstrumentSwitchBindCasePatternVariables
Microsoft.CodeAnalysis.CSharp (1)
Lowering\Instrumentation\CompoundInstrumenter.cs (1)
238return Previous.InstrumentSwitchBindCasePatternVariables(bindings);