3 references to DupAttrException
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (3)
1787throw DupAttrException((prefix.Length == 0) ? string.Empty : "xmlns", (prefix.Length == 0) ? "xmlns" : prefix); 2236throw DupAttrException(prefix, localName); 2265throw DupAttrException(prefix, localName);