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