2 references to XmlNoNameAllowed
System.Private.Xml (2)
System\Xml\ValidateNames.cs (2)
507if (throwOnError) throw new XmlException(SR.XmlNoNameAllowed, nodeKind.ToString()); 577if (throwOnError) throw new XmlException(SR.XmlNoNameAllowed, nodeKind.ToString());