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