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