11 types derived from BaseAxisQuery
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\AttributeQuery.cs (1)
13internal sealed class AttributeQuery : BaseAxisQuery
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheAxisQuery.cs (1)
13internal abstract class CacheAxisQuery : BaseAxisQuery
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ChildrenQuery.cs (1)
15internal class ChildrenQuery : BaseAxisQuery
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DescendantBaseQuery.cs (1)
12internal abstract class DescendantBaseQuery : BaseAxisQuery
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FilterQuery.cs (1)
14internal sealed class FilterQuery : BaseAxisQuery
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingquery.cs (1)
12internal sealed class FollowingQuery : BaseAxisQuery
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\followingsibling.cs (1)
14internal sealed class FollSiblingQuery : BaseAxisQuery
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\GroupQuery.cs (1)
13internal sealed class GroupQuery : BaseAxisQuery
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NamespaceQuery.cs (1)
13internal sealed class NamespaceQuery : BaseAxisQuery
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingquery.cs (1)
25internal sealed class PrecedingQuery : BaseAxisQuery
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathSelfQuery.cs (1)
12internal sealed class XPathSelfQuery : BaseAxisQuery
3 references to BaseAxisQuery
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\baseaxisquery.cs (1)
46protected BaseAxisQuery(BaseAxisQuery other) : base(other)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (2)
50private BaseAxisQuery _firstInput; // Input of the leftmost predicate. Set by leftmost predicate, used in rightmost one 276_firstInput = qyInput as BaseAxisQuery;