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