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; 70protected string? Namespace { get { return _nsUri; } } 89Debug.Assert(_nsUri != null); 90if (_nsUri.Equals(e.NamespaceURI))