4 writes to _nsUri
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\baseaxisquery.cs (4)
33
_nsUri
= string.Empty;
44
_nsUri
= string.Empty;
51
_nsUri
= other._nsUri;
69
_nsUri
= context.LookupNamespace(_prefix);
3 references to _nsUri
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\baseaxisquery.cs (3)
51
_nsUri = other.
_nsUri
;
75
protected string Namespace { get { return
_nsUri
; } }
94
if (
_nsUri
.Equals(e.NamespaceURI))