2 writes to _namespaceUri
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentIterator.cs (2)
182_namespaceUri = namespaceURI; 200_namespaceUri = iter._namespaceUri;
3 references to _namespaceUri
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentIterator.cs (3)
200_namespaceUri = iter._namespaceUri; 221if (this.ctxt.IsElementMatch(_localName, _namespaceUri)) 228if (!this.ctxt.MoveToFollowing(_localName, _namespaceUri, _end))