3 references to CheckLetter
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Char.cs (2)
357return CheckLetter(CharUnicodeInfo.GetUnicodeCategory(c)); 653return CheckLetter(CharUnicodeInfo.GetUnicodeCategoryInternal(s, index));
src\libraries\System.Private.CoreLib\src\System\Globalization\TextInfo.cs (1)
535if (char.CheckLetter(charType))