7 references to ForUShort
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.cs (1)
40
SpecialType.System_UInt16 =>
ForUShort
,
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (6)
Utilities\ValueSetTests.cs (6)
483
Assert.Equal("[10..100]",
ForUShort
.Related(GreaterThanOrEqual, 10).Intersect(
ForUShort
.Related(LessThanOrEqual, 100)).ToString());
495
Assert.Same(
ForUShort
, ForSpecialType(SpecialType.System_UInt16));
595
ForByte, ForSByte, ForShort,
ForUShort
,
619
ForByte, ForSByte, ForShort,
ForUShort
,
861
ForUShort
,