2 types derived from ExtensionQuery
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\FunctionQuery.cs (1)
15internal sealed class FunctionQuery : ExtensionQuery
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\VariableQuery.cs (1)
14internal sealed class VariableQuery : ExtensionQuery
1 reference to ExtensionQuery
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\ExtensionQuery.cs (1)
27protected ExtensionQuery(ExtensionQuery other) : base(other)