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