4 types derived from CacheOutputQuery
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DocumentOrderQuery.cs (1)
12
internal sealed class DocumentOrderQuery :
CacheOutputQuery
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ForwardPositionQuery.cs (1)
12
internal class ForwardPositionQuery :
CacheOutputQuery
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\IDQuery.cs (1)
14
internal sealed class IDQuery :
CacheOutputQuery
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\MergeFilterQuery.cs (1)
14
internal sealed class MergeFilterQuery :
CacheOutputQuery
1 reference to CacheOutputQuery
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheOutputQuery.cs (1)
26
protected CacheOutputQuery(
CacheOutputQuery
other) : base(other)