6 references to XPathNodeRef
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (2)
562_stkNmsp.Push(new XPathNodeRef(_pageNmsp, _idxNmsp)); 611return new XPathNodeRef(pageNext, idxNext);
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathDocument.cs (4)
401_mapNmsp.Add(new XPathNodeRef(pageElem, idxElem), new XPathNodeRef(pageNmsp, idxNmsp)); 409XPathNodeRef nodeRef = new XPathNodeRef(pageElem, idxElem); 435_idValueMap.Add(id, new XPathNodeRef(pageElem, idxElem));