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