7 references to ForUInt
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.cs (1)
42SpecialType.System_UInt32 => ForUInt,
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (6)
Utilities\ValueSetTests.cs (6)
481Assert.Equal("[10..100]", ForUInt.Related(GreaterThanOrEqual, 10).Intersect(ForUInt.Related(LessThanOrEqual, 100)).ToString()); 497Assert.Same(ForUInt, ForSpecialType(SpecialType.System_UInt32)); 596ForInt, ForUInt, ForLong, ForULong, 620ForInt, ForUInt, ForLong, ForULong, 863ForUInt,