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