2 instantiations of DocumentXPathNavigator
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (1)
40return new DocumentXPathNavigator(this);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
764return new DocumentXPathNavigator(this, node);
40 references to DocumentXPathNavigator
dotnet-svcutil-lib (40)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (4)
68private DocumentXPathNavigator _navigator; // context for replace 108public DocumentXPathNavigator Navigator 457if (!DocumentXPathNavigator.IsFollowingSibling(_start, _end)) 465DocumentXPathNavigator.DeleteToFollowingSibling(_start.NextSibling, _end);
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXPathNavigator.cs (36)
30public DocumentXPathNavigator(DocumentXPathNavigator other) 894DocumentXPathNavigator that = other as DocumentXPathNavigator; 976DocumentXPathNavigator that = end as DocumentXPathNavigator; 986that = (DocumentXPathNavigator)that.Clone(); 1052DocumentXPathNavigator that = end as DocumentXPathNavigator; 1062that = (DocumentXPathNavigator)that.Clone(); 1231DocumentXPathNavigator that = other as DocumentXPathNavigator; 1245DocumentXPathNavigator that = other as DocumentXPathNavigator; 1376DocumentXPathNavigator that = other as DocumentXPathNavigator; 1612DocumentXPathNavigator that = lastSiblingToReplace as DocumentXPathNavigator; 1670DocumentXPathNavigator that = lastSiblingToDelete as DocumentXPathNavigator; 2193internal DocumentXPathNodeIterator_Empty(DocumentXPathNavigator nav) { _nav = nav.Clone(); } 2205private DocumentXPathNavigator _nav; 2209internal DocumentXPathNodeIterator_ElemDescendants(DocumentXPathNavigator nav) 2211_nav = (DocumentXPathNavigator)(nav.Clone()); 2217_nav = (DocumentXPathNavigator)(other._nav.Clone()); 2279internal DocumentXPathNodeIterator_AllElemChildren(DocumentXPathNavigator nav) : base(nav) 2301internal DocumentXPathNodeIterator_AllElemChildren_AndSelf(DocumentXPathNavigator nav) : base(nav) 2317DocumentXPathNavigator nav = (DocumentXPathNavigator)this.Current; 2333internal DocumentXPathNodeIterator_ElemChildren_NoLocalName(DocumentXPathNavigator nav, string nsAtom) : base(nav) 2358internal DocumentXPathNodeIterator_ElemChildren_AndSelf_NoLocalName(DocumentXPathNavigator nav, string nsAtom) : base(nav, nsAtom) 2374DocumentXPathNavigator nav = (DocumentXPathNavigator)this.Current; 2391internal DocumentXPathNodeIterator_ElemChildren(DocumentXPathNavigator nav, string localNameAtom, string nsAtom) : base(nav) 2423internal DocumentXPathNodeIterator_ElemChildren_AndSelf(DocumentXPathNavigator nav, string localNameAtom, string nsAtom) 2441DocumentXPathNavigator nav = (DocumentXPathNavigator)this.Current;