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