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