4 writes to nsUri
System.Xml (4)
System\Xml\XPath\Internal\BaseAxisQuery.cs (4)
33
this.
nsUri
= string.Empty;
43
this.
nsUri
= string.Empty;
49
this.
nsUri
= other.nsUri;
65
nsUri
= context.LookupNamespace(prefix);
3 references to nsUri
System.Xml (3)
System\Xml\XPath\Internal\BaseAxisQuery.cs (3)
49
this.nsUri = other.
nsUri
;
71
protected string Namespace { get { return
nsUri
; } }
86
if (
nsUri
.Equals(e.NamespaceURI)){