1 reference to Letter
System.Private.Xml (1)
System\Xml\XmlCharType.cs (1)
100public static bool IsLetter(char ch) => (GetCharProperties(ch) & Letter) != 0u;