3 references to
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathAncestorIterator.cs (1)
15
public XPathAncestorIterator(XPathNavigator nav, XPathNodeType type, bool matchSelf) :
base
(nav, type, matchSelf) { }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathChildIterator.cs (1)
15
public XPathChildIterator(XPathNavigator nav, XPathNodeType type) :
base
(nav, type, /*matchSelf:*/false) { }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathDescendantIterator.cs (1)
13
public XPathDescendantIterator(XPathNavigator nav, XPathNodeType type, bool matchSelf) :
base
(nav, type, matchSelf) { }