5 references to EndConstant
Microsoft.CodeAnalysis (5)
CodeGen\SwitchIntegralJumpTableEmitter.cs (3)
296ConstantValue pivotConstant = switchBuckets[mid - 1].EndConstant; 335EmitRangeCheckedBranch(switchBucket.StartConstant, switchBucket.EndConstant, switchBucket[0].Value); 340this.EmitNormalizedSwitchKey(switchBucket.StartConstant, switchBucket.EndConstant, bucketFallThroughLabel);
CodeGen\SwitchIntegralJumpTableEmitter.SwitchBucket.cs (2)
104return GetBucketSize(this.StartConstant, this.EndConstant); 285var endConstant = bucket2.EndConstant;