System.Reactive.Linq.IQueryServices
interface IQueryServices
namespace System.Reactive.Linq
{
internal interface IQueryServices
{
T Extend<[System.Runtime.CompilerServices.Nullable(2)] T>(T baseImpl);
}
}