6 references to SwitchConstantValueHelper
Microsoft.CodeAnalysis (6)
CodeGen\SwitchIntegralJumpTableEmitter.cs (5)
152Debug.Assert(SwitchConstantValueHelper.IsValidSwitchCaseLabelConstant(firstConstant) 156Debug.Assert(SwitchConstantValueHelper.IsValidSwitchCaseLabelConstant(secondConstant) 159return SwitchConstantValueHelper.CompareSwitchCaseLabelConstants(firstConstant, secondConstant); 425SwitchConstantValueHelper.IsValidSwitchCaseLabelConstant(constant)); 440SwitchConstantValueHelper.IsValidSwitchCaseLabelConstant(constant));
CodeGen\SwitchIntegralJumpTableEmitter.SwitchBucket.cs (1)
264&& SwitchConstantValueHelper.IsValidSwitchCaseLabelConstant(constant)