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