6 references to StartConstant
Microsoft.CodeAnalysis (6)
CodeGen\SwitchIntegralJumpTableEmitter.cs (3)
335
EmitRangeCheckedBranch(switchBucket.
StartConstant
, switchBucket.EndConstant, switchBucket[0].Value);
340
this.EmitNormalizedSwitchKey(switchBucket.
StartConstant
, switchBucket.EndConstant, bucketFallThroughLabel);
364
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
;