4 types derived from CacheOutputQuery
System.Private.Xml (4)
System\Xml\XPath\Internal\DocumentorderQuery.cs (1)
8
internal sealed class DocumentOrderQuery :
CacheOutputQuery
System\Xml\XPath\Internal\ForwardPositionQuery.cs (1)
9
internal class ForwardPositionQuery :
CacheOutputQuery
System\Xml\XPath\Internal\IdQuery.cs (1)
10
internal sealed class IDQuery :
CacheOutputQuery
System\Xml\XPath\Internal\MergeFilterQuery.cs (1)
11
internal sealed class MergeFilterQuery :
CacheOutputQuery
1 reference to CacheOutputQuery
System.Private.Xml (1)
System\Xml\XPath\Internal\CacheOutputQuery.cs (1)
24
protected CacheOutputQuery(
CacheOutputQuery
other) : base(other)