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
;
221
if (this.ctxt.IsElementMatch(_localName,
_namespaceUri
))
228
if (!this.ctxt.MoveToFollowing(_localName,
_namespaceUri
, _end))