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