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