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