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