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