6 references to SwitchConstantValueHelper
Microsoft.CodeAnalysis (6)
CodeGen\SwitchIntegralJumpTableEmitter.cs (5)
145
Debug.Assert(
SwitchConstantValueHelper
.IsValidSwitchCaseLabelConstant(firstConstant)
149
Debug.Assert(
SwitchConstantValueHelper
.IsValidSwitchCaseLabelConstant(secondConstant)
152
return
SwitchConstantValueHelper
.CompareSwitchCaseLabelConstants(firstConstant, secondConstant);
418
SwitchConstantValueHelper
.IsValidSwitchCaseLabelConstant(constant));
433
SwitchConstantValueHelper
.IsValidSwitchCaseLabelConstant(constant));
CodeGen\SwitchIntegralJumpTableEmitter.SwitchBucket.cs (1)
264
&&
SwitchConstantValueHelper
.IsValidSwitchCaseLabelConstant(constant)