4 references to
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentIterator.cs (4)
65
public XPathDocumentElementChildIterator(XPathDocumentNavigator parent, string name, string namespaceURI) :
base
(parent)
122
public XPathDocumentKindChildIterator(XPathDocumentNavigator parent, XPathNodeType typ) :
base
(parent)
177
public XPathDocumentElementDescendantIterator(XPathDocumentNavigator root, string name, string namespaceURI, bool matchSelf) :
base
(root)
249
public XPathDocumentKindDescendantIterator(XPathDocumentNavigator root, XPathNodeType typ, bool matchSelf) :
base
(root)