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; 75protected string Namespace { get { return _nsUri; } } 94if (_nsUri.Equals(e.NamespaceURI))