2 references to XmlBadName
System.Private.Xml (2)
System\Xml\ValidateNames.cs (2)
489if (throwOnError) throw new XmlException(SR.XmlBadName, new string[] { nodeKind.ToString(), localName }); 536if (throwOnError) throw new XmlException(SR.XmlBadName, new string[] { nodeKind.ToString(), localName });