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