6 references to StartConstant
Microsoft.CodeAnalysis (6)
CodeGen\SwitchIntegralJumpTableEmitter.cs (3)
342
EmitRangeCheckedBranch(switchBucket.
StartConstant
, switchBucket.EndConstant, switchBucket[0].Value);
347
this.EmitNormalizedSwitchKey(switchBucket.
StartConstant
, switchBucket.EndConstant, bucketFallThroughLabel);
371
ConstantValue startConstant = switchBucket.
StartConstant
;
CodeGen\SwitchIntegralJumpTableEmitter.SwitchBucket.cs (3)
104
return GetBucketSize(this.
StartConstant
, this.EndConstant);
144
var lastConst = this.
StartConstant
;
284
var startConstant = bucket1.
StartConstant
;