3 references to
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathAncestorIterator.cs (1)
17
public XPathAncestorIterator(XPathAncestorIterator other) :
base
(other) { }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathChildIterator.cs (1)
17
public XPathChildIterator(XPathChildIterator it) :
base
(it) { }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathDescendantIterator.cs (1)
16
public XPathDescendantIterator(XPathDescendantIterator it) :
base
(it)