4 types derived from CacheOutputQuery
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\DocumentOrderQuery.cs (1)
12internal sealed class DocumentOrderQuery : CacheOutputQuery
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ForwardPositionQuery.cs (1)
12internal class ForwardPositionQuery : CacheOutputQuery
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\IDQuery.cs (1)
14internal sealed class IDQuery : CacheOutputQuery
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\MergeFilterQuery.cs (1)
14internal sealed class MergeFilterQuery : CacheOutputQuery
1 reference to CacheOutputQuery
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheOutputQuery.cs (1)
26protected CacheOutputQuery(CacheOutputQuery other) : base(other)