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