2 references to NamespaceUri
System.Xml (2)
System\Xml\Cache\XPathDocumentNavigator.cs (1)
160get { return this.pageCurrent[this.idxCurrent].NamespaceUri; }
System\Xml\Cache\XPathNodeHelper.cs (1)
495if ((object) page[idx].LocalName == (object) localName && page[idx].NamespaceUri == namespaceName)