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