9 references to ForChar
Microsoft.CodeAnalysis.CSharp (1)
Utilities\ValueSetFactory.cs (1)
38
SpecialType.System_Char =>
ForChar
,
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (8)
Utilities\ValueSetTests.cs (8)
303
IValueSet<char> gea1 =
ForChar
.Related(GreaterThanOrEqual, 'a');
304
IValueSet<char> lez1 =
ForChar
.Related(LessThanOrEqual, 'z');
305
IValueSet<char> gea2 =
ForChar
.Related(GreaterThanOrEqual, 'A');
306
IValueSet<char> lez2 =
ForChar
.Related(LessThanOrEqual, 'Z');
504
Assert.Same(
ForChar
, ForSpecialType(SpecialType.System_Char));
598
ForNuint,
ForChar
, ForLength,
622
ForNuint,
ForChar
, ForLength })
859
ForChar
,