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