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