7 references to ForByte
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.cs (1)
36
SpecialType.System_Byte =>
ForByte
,
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (6)
Utilities\ValueSetTests.cs (6)
408
var s =
ForByte
.Related(GreaterThan, 10).Intersect(
ForByte
.Related(LessThan, 100));
492
Assert.Same(
ForByte
, ForSpecialType(SpecialType.System_Byte));
595
ForByte
, ForSByte, ForShort, ForUShort,
619
ForByte
, ForSByte, ForShort, ForUShort,
857
ForByte
,