4 references to IsNegativeNumeric
Microsoft.CodeAnalysis (4)
CodeGen\SwitchIntegralJumpTableEmitter.cs (1)
365bool hasNegativeCaseLabels = startConstant.IsNegativeNumeric;
CodeGen\SwitchIntegralJumpTableEmitter.SwitchBucket.cs (2)
188if (startConstant.IsNegativeNumeric || endConstant.IsNegativeNumeric)
Operations\ControlFlowGraphBuilder.cs (1)
5090if (value.IsNegativeNumeric)