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