2 references to Xdom_Empty_LocalName
System.Private.Xml (2)
System\Xml\Dom\XmlElement.cs (1)
31throw new ArgumentException(SR.Xdom_Empty_LocalName);
System\Xml\ValidateNames.cs (1)
480if (throwOnError) throw new XmlException(SR.Xdom_Empty_LocalName, string.Empty);