2 references to XmlBadName
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\ValidateNames.cs (2)
527if (throwOnError) throw new XmlException(ResXml.XmlBadName, new string[] { nodeKind.ToString(), localName }); 574if (throwOnError) throw new XmlException(ResXml.XmlBadName, new string[] { nodeKind.ToString(), localName });