Daniel C. Weber 3cbc73ffac Use the Count-property on a list instead of enumerating it with Count(). (#596) 7 years ago
..
AnonymousDisposable.cs 09433d88b6 Using some C# 6.0 features. 8 years ago
BooleanDisposable.cs 09433d88b6 Using some C# 6.0 features. 8 years ago
CancellationDisposable.cs 7f01c95641 Misc. improvements to Disposable types. 8 years ago
CompositeDisposable.cs 3cbc73ffac Use the Count-property on a list instead of enumerating it with Count(). (#596) 7 years ago
ContextDisposable.cs 389881c4f6 Use the helper methods for IDisposable-fields, avoid repeating code patterns. (#556) 7 years ago
Disposable.cs 389881c4f6 Use the helper methods for IDisposable-fields, avoid repeating code patterns. (#556) 7 years ago
ICancelable.cs f94b006260 Merge interfaces back into Sys.Reactive (#521) 7 years ago
MultipleAssignmentDisposable.cs 1a5e9baea7 Avoid repeating code patterns in the Disposables-namespace. (#548) 7 years ago
RefCountDisposable.cs bc340c62db 4.x: Make RefCountDisposable lock-free (#574) 7 years ago
ScheduledDisposable.cs 569d81d38f Rename and reorder the signature of the extension for schedule that takes an Action<TState> and a state. Reordering the signature without renaming would cause ambiguities. (#564) 7 years ago
SerialDisposable.cs 1a5e9baea7 Avoid repeating code patterns in the Disposables-namespace. (#548) 7 years ago
SingleAssignmentDisposable.cs 673dd5ac98 TrySetSingle should be called SetSingle since it can throw, TrySetSingle however remains and returns a more meaningful result. Added more docs. (#557) 7 years ago
StableCompositeDisposable.cs d1a7ee2edf Use Disposable helper methods were applicable (#568) 7 years ago