3 references to PathHasDuplicateNamespace
System.Private.Xml (3)
System\Xml\Dom\DocumentXPathNavigator.cs (3)
604
while (
PathHasDuplicateNamespace
(attribute.OwnerElement, _namespaceParent, localName)
614
if (
PathHasDuplicateNamespace
(null, _namespaceParent, _document.strXml))
627
while (
PathHasDuplicateNamespace
(attribute.OwnerElement, _namespaceParent, attribute.LocalName));