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