3 types derived from CacheAxisQuery
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ParentQuery.cs (1)
14internal sealed class ParentQuery : CacheAxisQuery
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\precedingsibling.cs (1)
26internal class PreSiblingQuery : CacheAxisQuery
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathAncestorQuery.cs (1)
13internal sealed class XPathAncestorQuery : CacheAxisQuery
1 reference to CacheAxisQuery
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheAxisQuery.cs (1)
23protected CacheAxisQuery(CacheAxisQuery other) : base(other)