4 writes to _nsUri
System.Private.Xml (4)
System\Xml\XPath\Internal\BaseAxisQuery.cs (4)
29
_nsUri
= string.Empty;
40
_nsUri
= string.Empty;
47
_nsUri
= other._nsUri;
65
_nsUri
= context.LookupNamespace(_prefix);
4 references to _nsUri
System.Private.Xml (4)
System\Xml\XPath\Internal\BaseAxisQuery.cs (4)
47
_nsUri = other.
_nsUri
;
70
protected string? Namespace { get { return
_nsUri
; } }
89
Debug.Assert(
_nsUri
!= null);
90
if (
_nsUri
.Equals(e.NamespaceURI))