3 references to EmitSwitchBuckets
Microsoft.CodeAnalysis (3)
CodeGen\SwitchIntegralJumpTableEmitter.cs (3)
129
this.
EmitSwitchBuckets
(switchBuckets, 0, switchBuckets.Length - 1);
306
this.
EmitSwitchBuckets
(switchBuckets, low, mid - 1);
317
this.
EmitSwitchBuckets
(switchBuckets, mid, high);