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