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