2 references to XmlName
System.Xml (2)
System\Xml\Dom\XmlName.cs (2)
24return new XmlName(prefix, localName, ns, hashCode, ownerDoc, next); 173internal XmlNameEx(string prefix, string localName, string ns, int hashCode, XmlDocument ownerDoc, XmlName next, IXmlSchemaInfo schemaInfo) : base(prefix, localName, ns, hashCode, ownerDoc, next) {