3 references to PathHasDuplicateNamespace
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (3)
616
while (
PathHasDuplicateNamespace
(attribute.OwnerElement, _namespaceParent, localName)
626
if (
PathHasDuplicateNamespace
(null, _namespaceParent, _document.strXml))
639
while (
PathHasDuplicateNamespace
(attribute.OwnerElement, _namespaceParent, attribute.LocalName));