3 references to
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ParentQuery.cs (1)
17private ParentQuery(ParentQuery other) : base(other) { }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingsibling.cs (1)
29protected PreSiblingQuery(PreSiblingQuery other) : base(other) { }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
21private XPathAncestorQuery(XPathAncestorQuery other) : base(other)