2 references to CompareSwitchCaseLabelConstants
Microsoft.CodeAnalysis (2)
CodeGen\SwitchIntegralJumpTableEmitter.cs (1)
152
return SwitchConstantValueHelper.
CompareSwitchCaseLabelConstants
(firstConstant, secondConstant);
SwitchConstantValueHelper.cs (1)
117
return
CompareSwitchCaseLabelConstants
(firstConstant, secondConstant) == 0;