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