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