Daniel C. Weber 3a58436876 Use stateful AnonymousDisposable where appropriate. (#651) 7 years ago
..
AddRef.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
Aggregate.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
All.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
Amb.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
AmbMany.cs 8cdb5d0148 Use var where appropriate. 7 years ago
Any.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
AsObservable.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
AutoConnect.cs 3964f9f8c0 4.x: Add the IConnectableObservable.AutoConnect() operator (#497) 7 years ago
Average.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
Buffer.cs 21899e8f8f Review Buffer operator (#654) 7 years ago
Case.cs 5e65a2246b Use IdentitySink.Run where appropriate. (#646) 7 years ago
Cast.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
Catch.cs 50bbdab3cb Inline SerialDisposable usages (#593) 7 years ago
Collect.cs f7be3a0ed0 Adding a comment to Collect. 8 years ago
CombineLatest.Generated.cs fbce075e06 Less allocations in CombineLatest (#637) 7 years ago
CombineLatest.Generated.tt fbce075e06 Less allocations in CombineLatest (#637) 7 years ago
CombineLatest.cs 8cdb5d0148 Use var where appropriate. 7 years ago
Concat.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
ConcatMany.cs d1e17cfbb9 Add reflection-based Argument-Null validation test (#595) 7 years ago
Contains.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
Count.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
DefaultIfEmpty.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
Defer.cs 5e65a2246b Use IdentitySink.Run where appropriate. (#646) 7 years ago
Delay.cs 7eb1014910 Review Delay-operator (#655) 7 years ago
DelaySubscription.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
Dematerialize.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
Distinct.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
DistinctUntilChanged.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
Do.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
DoWhile.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
ElementAt.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
ElementAtOrDefault.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
Empty.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
Finally.cs d76c0b36f8 4.x: Inline StableCompositeDisposable.Create into the Sinks (#578) 7 years ago
FirstAsync.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
FirstLastBlocking.cs 8f67a9597d Improve blocking First & Last operators (#590) 7 years ago
FirstOrDefaultAsync.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
For.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
ForEach.cs 269b2b2a95 Renaming observers in ForEach. 8 years ago
FromEvent.cs 3a58436876 Use stateful AnonymousDisposable where appropriate. (#651) 7 years ago
FromEventPattern.cs 6ecc899a4b Inline Disposable.Create (#580) 7 years ago
Generate.cs f71f2d62fc Save some closure allocations and allow delegate caching in Generate. (#658) 7 years ago
GetEnumerator.cs 53d0e46ff4 Save the allocation of a SingleAssignmentDisposable in GetEnumerator. (#657) 7 years ago
GroupBy.cs d76c0b36f8 4.x: Inline StableCompositeDisposable.Create into the Sinks (#578) 7 years ago
GroupByUntil.cs 0231e8d1fb Save the allocation of a SingleAssignmentDisposable. (#656) 7 years ago
GroupJoin.cs 316efb95e4 Review GroupJoin (#648) 7 years ago
If.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
IgnoreElements.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
IsEmpty.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
Join.cs 7433acb6b0 Save allocations of SingleAssignmentDisposables in Join (#641) 7 years ago
LastAsync.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
LastOrDefaultAsync.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
Latest.cs 6ce27fcdc1 Sealing some more sinks. 8 years ago
LongCount.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
Materialize.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
Max.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
MaxBy.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
Merge.cs c417815312 Review Merge, save some allocations. (#639) 7 years ago
Min.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
MinBy.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
MostRecent.cs 6ce27fcdc1 Sealing some more sinks. 8 years ago
Multicast.cs d76c0b36f8 4.x: Inline StableCompositeDisposable.Create into the Sinks (#578) 7 years ago
Never.cs a4cc80fea1 4.x: Make Never<TResult> singleton. (#513) 7 years ago
Next.cs 6ce27fcdc1 Sealing some more sinks. 8 years ago
OfType.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
OnErrorResumeNext.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
PushToPullAdapter.cs 2de07f26b5 modernizations 8 years ago
Range.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
RefCount.cs 3a58436876 Use stateful AnonymousDisposable where appropriate. (#651) 7 years ago
Repeat.cs 0e195cb483 Save more allocations of closures and enable more delegate caching. (#586) 7 years ago
RepeatWhen.cs 24fb6db610 Add the RepeatWhen operator (#536) 7 years ago
RetryWhen.cs 8cdb5d0148 Use var where appropriate. 7 years ago
Return.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
Sample.cs d76c0b36f8 4.x: Inline StableCompositeDisposable.Create into the Sinks (#578) 7 years ago
Scan.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
Select.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
SelectMany.cs 24c3fbcca5 Save some more allocations in SelectMany. (#640) 7 years ago
SequenceEqual.cs d76c0b36f8 4.x: Inline StableCompositeDisposable.Create into the Sinks (#578) 7 years ago
SingleAsync.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
SingleOrDefaultAsync.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
Skip.cs d76c0b36f8 4.x: Inline StableCompositeDisposable.Create into the Sinks (#578) 7 years ago
SkipLast.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
SkipUntil.cs 0e50f50080 Use new features of IdentitySink in SkipUntil. (#621) 7 years ago
SkipWhile.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
Sum.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
Switch.cs bec853baf5 Save an allocation during inner observer creation in Switch. (#619) 7 years ago
Synchronize.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
Take.cs d76c0b36f8 4.x: Inline StableCompositeDisposable.Create into the Sinks (#578) 7 years ago
TakeLast.cs e2c4ad23e6 Use Sink features in TakeLast. (#624) 7 years ago
TakeLastBuffer.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
TakeUntil.cs 4a801c678a Have TakeUntil(time) use lock-free methods. (#611) 7 years ago
TakeUntilPredicate.cs ae8c9898ba Add the TakeUntil(Func<T, bool>) operator (#612) 7 years ago
TakeWhile.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
Throttle.cs c9bf3f1519 Review Throttle, save some allocations. (#638) 7 years ago
Throw.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
TimeInterval.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
Timeout.cs 77f5113353 Have Timeout(Absolute|Selector) use lock-free methods. (#610) 7 years ago
Timer.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
Timestamp.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
ToArray.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
ToDictionary.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
ToList.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
ToLookup.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
ToObservable.cs 69cf591a97 Save some allocations by using a ValueTuple instead of a dedicated state class and passing state to IScheduler.Schedule. (#644) 7 years ago
Using.cs d76c0b36f8 4.x: Inline StableCompositeDisposable.Create into the Sinks (#578) 7 years ago
Where.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
While.cs 09bf2c831a Rework subscription in Producer such that all Sinks set the upstream disposable by themselves. 7 years ago
Window.cs af1de91720 Review Window operator. (#653) 7 years ago
WithLatestFrom.cs d76c0b36f8 4.x: Inline StableCompositeDisposable.Create into the Sinks (#578) 7 years ago
Zip.Generated.cs 70d2a05c28 Save allocations in Zip (#635) 7 years ago
Zip.Generated.tt 70d2a05c28 Save allocations in Zip (#635) 7 years ago
Zip.cs 8cdb5d0148 Use var where appropriate. 7 years ago