2 references to XmlUnspecifiedAttribute
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
1002
return new
XmlUnspecifiedAttribute
(prefix, localName, namespaceURI, this);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (1)
573
XmlUnspecifiedAttribute defattr = new
XmlUnspecifiedAttribute
(r.Prefix, r.LocalName, r.NamespaceURI, _doc);