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