4 references to
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DocumentOrderQuery.cs (1)
15private DocumentOrderQuery(DocumentOrderQuery other) : base(other) { }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ForwardPositionQuery.cs (1)
18protected ForwardPositionQuery(ForwardPositionQuery other) : base(other) { }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\IDQuery.cs (1)
17private IDQuery(IDQuery other) : base(other) { }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\MergeFilterQuery.cs (1)
22private MergeFilterQuery(MergeFilterQuery other) : base(other)