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