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