3 types derived from CacheAxisQuery
System.Private.Xml (3)
System\Xml\XPath\Internal\ParentQuery.cs (1)
8internal sealed class ParentQuery : CacheAxisQuery
System\Xml\XPath\Internal\PreSiblingQuery.cs (1)
23internal sealed class PreSiblingQuery : CacheAxisQuery
System\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
9internal sealed class XPathAncestorQuery : CacheAxisQuery
1 reference to CacheAxisQuery
System.Private.Xml (1)
System\Xml\XPath\Internal\CacheAxisQuery.cs (1)
20protected CacheAxisQuery(CacheAxisQuery other) : base(other)