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