2 references to IsNCNameCharXml4e
System.Xml (2)
System\Xml\XmlCharType.cs (1)
631return IsNCNameCharXml4e( ch ) || ch == ':';
System\Xml\XmlConvert.cs (1)
239if ((local && !xmlCharType.IsNCNameCharXml4e(name[position])) ||