4 types derived from CacheOutputQuery
System.Xml (4)
System\Xml\XPath\Internal\DocumentorderQuery.cs (1)
14
internal sealed class DocumentOrderQuery :
CacheOutputQuery
{
System\Xml\XPath\Internal\ForwardPositionQuery.cs (1)
14
internal class ForwardPositionQuery :
CacheOutputQuery
{
System\Xml\XPath\Internal\IdQuery.cs (1)
16
internal sealed class IDQuery :
CacheOutputQuery
{
System\Xml\XPath\Internal\MergeFilterQuery.cs (1)
16
internal sealed class MergeFilterQuery :
CacheOutputQuery
{
1 reference to CacheOutputQuery
System.Xml (1)
System\Xml\XPath\Internal\CacheOutputQuery.cs (1)
26
protected CacheOutputQuery(
CacheOutputQuery
other) : base(other) {