11 types derived from BaseAxisQuery
System.Private.Xml (11)
System\Xml\XPath\Internal\AttributeQuery.cs (1)
10
internal sealed class AttributeQuery :
BaseAxisQuery
System\Xml\XPath\Internal\CacheAxisQuery.cs (1)
10
internal abstract class CacheAxisQuery :
BaseAxisQuery
System\Xml\XPath\Internal\ChildrenQuery.cs (1)
8
internal class ChildrenQuery :
BaseAxisQuery
System\Xml\XPath\Internal\DescendantBaseQuery.cs (1)
10
internal abstract class DescendantBaseQuery :
BaseAxisQuery
System\Xml\XPath\Internal\FilterQuery.cs (1)
11
internal sealed class FilterQuery :
BaseAxisQuery
System\Xml\XPath\Internal\FollowingQuery.cs (1)
9
internal sealed class FollowingQuery :
BaseAxisQuery
System\Xml\XPath\Internal\FollSiblingQuery.cs (1)
10
internal sealed class FollSiblingQuery :
BaseAxisQuery
System\Xml\XPath\Internal\GroupQuery.cs (1)
8
internal sealed class GroupQuery :
BaseAxisQuery
System\Xml\XPath\Internal\NamespaceQuery.cs (1)
9
internal sealed class NamespaceQuery :
BaseAxisQuery
System\Xml\XPath\Internal\PrecedingQuery.cs (1)
21
internal sealed class PrecedingQuery :
BaseAxisQuery
System\Xml\XPath\Internal\XPathSelfQuery.cs (1)
8
internal sealed class XPathSelfQuery :
BaseAxisQuery
3 references to BaseAxisQuery
System.Private.Xml (3)
System\Xml\XPath\Internal\BaseAxisQuery.cs (1)
42
protected BaseAxisQuery(
BaseAxisQuery
other) : base(other)
System\Xml\XPath\Internal\QueryBuilder.cs (2)
48
private
BaseAxisQuery
? _firstInput; // Input of the leftmost predicate. Set by leftmost predicate, used in rightmost one
272
_firstInput ??= qyInput as
BaseAxisQuery
;