| .. |
|
AddRef.cs
|
09bf2c831a
Rework subscription in Producer such that all Sinks set the upstream disposable by themselves.
|
7 anos atrás |
|
Aggregate.cs
|
3f0be4b2db
Remove some uses of default(T).
|
6 anos atrás |
|
All.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
Amb.cs
|
880486b012
4.x: System.Reactive fix field names, type args, usings, operator infrastructure
|
7 anos atrás |
|
AmbMany.cs
|
5faffd2edd
Remove more redundant assignments.
|
6 anos atrás |
|
Any.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
AppendPrepend.cs
|
5faffd2edd
Remove more redundant assignments.
|
6 anos atrás |
|
AsObservable.cs
|
09bf2c831a
Rework subscription in Producer such that all Sinks set the upstream disposable by themselves.
|
7 anos atrás |
|
AutoConnect.cs
|
880486b012
4.x: System.Reactive fix field names, type args, usings, operator infrastructure
|
7 anos atrás |
|
Average.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
Buffer.cs
|
f869f30b37
Push variable declaration into inner scope.
|
7 anos atrás |
|
Case.cs
|
5faffd2edd
Remove more redundant assignments.
|
6 anos atrás |
|
Cast.cs
|
3f0be4b2db
Remove some uses of default(T).
|
6 anos atrás |
|
Catch.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
Collect.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
CombineLatest.Generated.cs
|
0fc86a0c41
4.x: Reduce StableCompositeDisposable.Create overhead via dedicated implementation
|
7 anos atrás |
|
CombineLatest.Generated.tt
|
0fc86a0c41
4.x: Reduce StableCompositeDisposable.Create overhead via dedicated implementation
|
7 anos atrás |
|
CombineLatest.cs
|
3f0be4b2db
Remove some uses of default(T).
|
6 anos atrás |
|
Concat.cs
|
09bf2c831a
Rework subscription in Producer such that all Sinks set the upstream disposable by themselves.
|
7 anos atrás |
|
ConcatMany.cs
|
4cc9ff0273
Remove unused var declarations.
|
7 anos atrás |
|
Contains.cs
|
5faffd2edd
Remove more redundant assignments.
|
6 anos atrás |
|
Count.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
DefaultIfEmpty.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
Defer.cs
|
880486b012
4.x: System.Reactive fix field names, type args, usings, operator infrastructure
|
7 anos atrás |
|
Delay.cs
|
9d1d361fbe
Mark fields as readonly as suggested by ReSharper.
|
7 anos atrás |
|
DelaySubscription.cs
|
7968548e95
Merge pull request #723 from danielcweber/FixConstructorsOfAbstractClasses
|
7 anos atrás |
|
Dematerialize.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
Distinct.cs
|
3f0be4b2db
Remove some uses of default(T).
|
6 anos atrás |
|
DistinctUntilChanged.cs
|
3f0be4b2db
Remove some uses of default(T).
|
6 anos atrás |
|
Do.cs
|
09bf2c831a
Rework subscription in Producer such that all Sinks set the upstream disposable by themselves.
|
7 anos atrás |
|
DoWhile.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
ElementAt.cs
|
421e2a26ad
ElementAt: don't create exception after finding the item (#671)
|
7 anos atrás |
|
ElementAtOrDefault.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
Empty.cs
|
33c58b1424
In preparation for https://github.com/dotnet/reactive/pull/598, we evaluate where to replace IScheduler.Schedule by the ScheduleAction extension which does not allow recursive scheduling.
|
7 anos atrás |
|
Finally.cs
|
cb42defec9
Save two allocations in the finally operator
|
7 anos atrás |
|
FirstAsync.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
FirstLastBlocking.cs
|
b6b638038d
Cleanup more redundancies.
|
7 anos atrás |
|
FirstOrDefaultAsync.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
For.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
ForEach.cs
|
90aae5376a
ForEach() don't init to default values (#673)
|
7 anos atrás |
|
FromEvent.cs
|
5faffd2edd
Remove more redundant assignments.
|
6 anos atrás |
|
FromEventPattern.cs
|
3f0be4b2db
Remove some uses of default(T).
|
6 anos atrás |
|
Generate.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
GetEnumerator.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
GroupBy.cs
|
5faffd2edd
Remove more redundant assignments.
|
6 anos atrás |
|
GroupByUntil.cs
|
5faffd2edd
Remove more redundant assignments.
|
6 anos atrás |
|
GroupJoin.cs
|
3f0be4b2db
Remove some uses of default(T).
|
6 anos atrás |
|
If.cs
|
5faffd2edd
Remove more redundant assignments.
|
6 anos atrás |
|
IgnoreElements.cs
|
09bf2c831a
Rework subscription in Producer such that all Sinks set the upstream disposable by themselves.
|
7 anos atrás |
|
IsEmpty.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
Join.cs
|
3f0be4b2db
Remove some uses of default(T).
|
6 anos atrás |
|
LastAsync.cs
|
76a070bebe
Merge branch 'master' into SimplifyDefaultExpr
|
7 anos atrás |
|
LastOrDefaultAsync.cs
|
76a070bebe
Merge branch 'master' into SimplifyDefaultExpr
|
7 anos atrás |
|
Latest.cs
|
67bb6b7080
There is an unused field in Latest that is only assigned to. On the other hand, access to the _value field happens once inside a lock and once outside. It's most probably a bug and the temporary variable should be used instead.
|
7 anos atrás |
|
LongCount.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
Materialize.cs
|
6b8428a881
Merge in #713
|
7 anos atrás |
|
Max.cs
|
5faffd2edd
Remove more redundant assignments.
|
6 anos atrás |
|
MaxBy.cs
|
3f0be4b2db
Remove some uses of default(T).
|
6 anos atrás |
|
Merge.cs
|
f850df1c98
A Task-continuation should be cancelled when the Sink is disposed to avoid leaking the continuation on long-lived tasks.
|
7 anos atrás |
|
Min.cs
|
5faffd2edd
Remove more redundant assignments.
|
6 anos atrás |
|
MinBy.cs
|
3f0be4b2db
Remove some uses of default(T).
|
6 anos atrás |
|
MostRecent.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
Multicast.cs
|
880486b012
4.x: System.Reactive fix field names, type args, usings, operator infrastructure
|
7 anos atrás |
|
Never.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
Next.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
OfType.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
OnErrorResumeNext.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
PushToPullAdapter.cs
|
b6b638038d
Cleanup more redundancies.
|
7 anos atrás |
|
Range.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
RefCount.cs
|
eb10483c3d
Do not connect if the source completes immediately
|
7 anos atrás |
|
Repeat.cs
|
f27b37a246
Merge branch 'master' into CleanupSystemReactive
|
7 anos atrás |
|
RepeatWhen.cs
|
38693b22d8
Change accesibility of some internal methods/fields to private.
|
7 anos atrás |
|
RetryWhen.cs
|
58a55ba81f
Merge pull request #757 from danielcweber/MoreReSharperReview
|
7 anos atrás |
|
Return.cs
|
790f0748e2
4.x: Improve Return/Throw/Append/Prepend with ImmediateScheduler
|
7 anos atrás |
|
Sample.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
Scan.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
Select.cs
|
3f0be4b2db
Remove some uses of default(T).
|
6 anos atrás |
|
SelectMany.cs
|
5faffd2edd
Remove more redundant assignments.
|
6 anos atrás |
|
SequenceEqual.cs
|
5faffd2edd
Remove more redundant assignments.
|
6 anos atrás |
|
SingleAsync.cs
|
3d2d86c3c5
SingleAsync(): don't init to default values (#692)
|
7 anos atrás |
|
SingleOrDefaultAsync.cs
|
79a84d4420
SingleOrDefaultAsync(): don't init to default (#693)
|
7 anos atrás |
|
Skip.cs
|
331ad59db7
Remove code redundancies as suggested by ReSharper.
|
7 anos atrás |
|
SkipLast.cs
|
9d1d361fbe
Mark fields as readonly as suggested by ReSharper.
|
7 anos atrás |
|
SkipUntil.cs
|
331ad59db7
Remove code redundancies as suggested by ReSharper.
|
7 anos atrás |
|
SkipWhile.cs
|
fc795af0c1
SkipWhile(): don't init to default value (#695)
|
7 anos atrás |
|
Sum.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
Switch.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
Synchronize.cs
|
09bf2c831a
Rework subscription in Producer such that all Sinks set the upstream disposable by themselves.
|
7 anos atrás |
|
Take.cs
|
331ad59db7
Remove code redundancies as suggested by ReSharper.
|
7 anos atrás |
|
TakeLast.cs
|
a39262b0de
Merge pull request #728 from danielcweber/MarkFieldsReadonlyWhereApproproate
|
7 anos atrás |
|
TakeLastBuffer.cs
|
9d1d361fbe
Mark fields as readonly as suggested by ReSharper.
|
7 anos atrás |
|
TakeUntil.cs
|
331ad59db7
Remove code redundancies as suggested by ReSharper.
|
7 anos atrás |
|
TakeUntilPredicate.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
TakeWhile.cs
|
2a57516f1c
TakeWhile(): don't init to default value (#699)
|
7 anos atrás |
|
Throttle.cs
|
33c58b1424
In preparation for https://github.com/dotnet/reactive/pull/598, we evaluate where to replace IScheduler.Schedule by the ScheduleAction extension which does not allow recursive scheduling.
|
7 anos atrás |
|
Throw.cs
|
790f0748e2
4.x: Improve Return/Throw/Append/Prepend with ImmediateScheduler
|
7 anos atrás |
|
TimeInterval.cs
|
880486b012
4.x: System.Reactive fix field names, type args, usings, operator infrastructure
|
7 anos atrás |
|
Timeout.cs
|
33c58b1424
In preparation for https://github.com/dotnet/reactive/pull/598, we evaluate where to replace IScheduler.Schedule by the ScheduleAction extension which does not allow recursive scheduling.
|
7 anos atrás |
|
Timer.cs
|
7968548e95
Merge pull request #723 from danielcweber/FixConstructorsOfAbstractClasses
|
7 anos atrás |
|
Timestamp.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
ToArray.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
ToDictionary.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
ToList.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
ToLookup.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
ToObservable.cs
|
880486b012
4.x: System.Reactive fix field names, type args, usings, operator infrastructure
|
7 anos atrás |
|
Using.cs
|
df7763e53c
Fix order of observer and resource disposal of the Using and Finally operator, reported in #829
|
7 anos atrás |
|
Where.cs
|
6450e1a81c
Where(): don't init to default value (#706)
|
7 anos atrás |
|
While.cs
|
03202e0418
Code clean up based on editorconfig
|
7 anos atrás |
|
Window.cs
|
33c58b1424
In preparation for https://github.com/dotnet/reactive/pull/598, we evaluate where to replace IScheduler.Schedule by the ScheduleAction extension which does not allow recursive scheduling.
|
7 anos atrás |
|
WithLatestFrom.cs
|
3f0be4b2db
Remove some uses of default(T).
|
6 anos atrás |
|
Zip.Generated.cs
|
0fc86a0c41
4.x: Reduce StableCompositeDisposable.Create overhead via dedicated implementation
|
7 anos atrás |
|
Zip.Generated.tt
|
0fc86a0c41
4.x: Reduce StableCompositeDisposable.Create overhead via dedicated implementation
|
7 anos atrás |
|
Zip.cs
|
5faffd2edd
Remove more redundant assignments.
|
6 anos atrás |