4 references to GetBucketSize
Microsoft.CodeAnalysis (4)
CodeGen\SwitchIntegralJumpTableEmitter.SwitchBucket.cs (4)
104
return
GetBucketSize
(this.StartConstant, this.EndConstant);
178
return
GetBucketSize
(lastConst, nextConst) == 2;
226
||
GetBucketSize
(startConstant, endConstant) > Int32.MaxValue;
294
ulong bucketSize =
GetBucketSize
(startConstant, endConstant);