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