1 reference to Text
System.Private.Xml (1)
System\Xml\XmlCharType.cs (1)
92internal static bool IsTextChar(char ch) => (GetCharProperties(ch) & Text) != 0u;