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