14 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)
4993if (value.IsNegativeNumeric)
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Expressions.cs (1)
8017if (constant != null && constant.IsNegativeNumeric)
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Emit\NumericIntPtrTests.cs (1)
2859Assert.Equal(negative, value.IsNegativeNumeric);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\NativeIntegerTests.cs (1)
7031Assert.Equal(negative, value.IsNegativeNumeric);
Microsoft.CodeAnalysis.UnitTests (4)
CorLibTypesTests.cs (4)
116Assert.True(cv1.IsNegativeNumeric); 119Assert.True(cv2.IsNegativeNumeric); 122Assert.True(cv3.IsNegativeNumeric); 125Assert.True(cv4.IsNegativeNumeric);
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_InterpolatedString.vb (1)
53If constantValue.IsNegativeNumeric Then
Lowering\LocalRewriter\LocalRewriter_ForTo.vb (2)
333isSteppingDown = stepConst.IsNegativeNumeric 696If constStep.IsNegativeNumeric Then