9 references to ForNint
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.cs (1)
50SpecialType.System_IntPtr when isNative => ForNint,
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (8)
Utilities\ValueSetTests.cs (8)
506Assert.Same(ForNint, ForSpecialType(SpecialType.System_IntPtr, isNative: true)); 523Assert.Equal("Small,[-2147483648..9]", ForNint.Related(LessThan, 10).ToString()); 524Assert.Equal("Small,[-2147483648..10]", ForNint.Related(LessThanOrEqual, 10).ToString()); 525Assert.Equal("[11..2147483647],Large", ForNint.Related(GreaterThan, 10).ToString()); 526Assert.Equal("[10..2147483647],Large", ForNint.Related(GreaterThanOrEqual, 10).ToString()); 597ForFloat, ForDouble, ForDecimal, ForNint, 621ForDecimal, ForNint, 871ForNint,