2 writes to _namespaceUri
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentIterator.cs (2)
70
_namespaceUri
= namespaceURI;
79
_namespaceUri
= iter._namespaceUri;
3 references to _namespaceUri
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentIterator.cs (3)
79
_namespaceUri = iter.
_namespaceUri
;
97
if (!this.ctxt.MoveToChild(_localName,
_namespaceUri
))
102
if (!this.ctxt.MoveToNext(_localName,
_namespaceUri
))