2 writes to _localName
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentIterator.cs (2)
181_localName = root.NameTable.Get(name); 199_localName = iter._localName;
3 references to _localName
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentIterator.cs (3)
199_localName = iter._localName; 221if (this.ctxt.IsElementMatch(_localName, _namespaceUri)) 228if (!this.ctxt.MoveToFollowing(_localName, _namespaceUri, _end))