5 references to IsNegativeNumeric
Microsoft.CodeAnalysis (4)
CodeGen\SwitchIntegralJumpTableEmitter.cs (1)
372
bool hasNegativeCaseLabels = startConstant.
IsNegativeNumeric
;
CodeGen\SwitchIntegralJumpTableEmitter.SwitchBucket.cs (2)
188
if (startConstant.
IsNegativeNumeric
|| endConstant.
IsNegativeNumeric
)
Operations\ControlFlowGraphBuilder.cs (1)
5101
if (value.
IsNegativeNumeric
)
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Expressions.cs (1)
10007
if (constant != null && constant.
IsNegativeNumeric
)