3 types derived from CacheAxisQuery
System.Xml (3)
System\Xml\XPath\Internal\ParentQuery.cs (1)
16internal sealed class ParentQuery : CacheAxisQuery {
System\Xml\XPath\Internal\PrecedingSibling.cs (1)
28internal class PreSiblingQuery : CacheAxisQuery {
System\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
15internal sealed class XPathAncestorQuery : CacheAxisQuery {
1 reference to CacheAxisQuery
System.Xml (1)
System\Xml\XPath\Internal\CacheAxisQuery.cs (1)
23protected CacheAxisQuery(CacheAxisQuery other) : base(other) {