4 references to
System.Private.Xml (4)
System\Xml\Cache\XPathDocumentIterator.cs (4)
63
public XPathDocumentElementChildIterator(XPathDocumentNavigator parent, string name, string namespaceURI) :
base
(parent)
120
public XPathDocumentKindChildIterator(XPathDocumentNavigator parent, XPathNodeType typ) :
base
(parent)
176
public XPathDocumentElementDescendantIterator(XPathDocumentNavigator root, string name, string namespaceURI, bool matchSelf) :
base
(root)
248
public XPathDocumentKindDescendantIterator(XPathDocumentNavigator root, XPathNodeType typ, bool matchSelf) :
base
(root)