David Karnok cdb3993879 Ix: Allow Share to be disposed, Make Finally react to token cancellation (#627) 7 years ago
..
Properties 48c0707a7f Migrate to VS 2017 8 years ago
Aggregate.cs 250702b6b6 nameof cleanup 9 years ago
AnyAll.cs c60057e757 ensure enumerator is disposed 9 years ago
AppendPrepend.cs 41064bf39d Use C# 7 language features 8 years ago
AsyncEnumerable.cs 34012690a0 Minor cleanup 9 years ago
AsyncEnumerableHelpers.cs 41064bf39d Use C# 7 language features 8 years ago
AsyncEnumerator.cs 5d350fb041 Using async/await 9 years ago
AsyncIterator.cs 1973ec1633 some more cleanup 9 years ago
Average.cs 250702b6b6 nameof cleanup 9 years ago
Buffer.cs 1973ec1633 some more cleanup 9 years ago
Cast.cs 41064bf39d Use C# 7 language features 8 years ago
Catch.cs 1973ec1633 some more cleanup 9 years ago
Concatenate.cs 379a7519f9 Fix xUnit warnings and apply code style fixes to match editorconfig and remove warnings in VS (#626) 7 years ago
Contains.cs 250702b6b6 nameof cleanup 9 years ago
Count.cs 41064bf39d Use C# 7 language features 8 years ago
Create.cs 803bb72302 Ix.Async: Dispose an AsyncEnumerator once. (#559) 7 years ago
DefaultIfEmpty.cs 61c7b19dcd some more cleanup 9 years ago
Defer.cs 4d5293a8dc Put () => on next line to move functions left 9 years ago
Disposables.cs d57face49b remove dead code 9 years ago
Distinct.cs 61c7b19dcd some more cleanup 9 years ago
Do.cs 61c7b19dcd some more cleanup 9 years ago
ElementAt.cs 41064bf39d Use C# 7 language features 8 years ago
EmptyArray.cs 62b7ef4fb6 Code review 9 years ago
Except.cs 61c7b19dcd some more cleanup 9 years ago
ExcludeFromCodeCoverageAttribute.cs fc324a3d2d Add tests based on code coverage 9 years ago
Expand.cs 61c7b19dcd some more cleanup 9 years ago
Finally.cs cdb3993879 Ix: Allow Share to be disposed, Make Finally react to token cancellation (#627) 7 years ago
First.cs 8a8061bf11 Add optimizations for IList as it passes from ToAsyncEnumerable 9 years ago
ForEach.cs 183c269419 Tests 9 years ago
Generate.cs 61c7b19dcd some more cleanup 9 years ago
GroupJoin.cs 26c841fe99 Optimize grouping 9 years ago
Grouping.cs 354ed2e1c6 rename local variable to eliminate clash 9 years ago
IAsyncEnumerable.cs 5f7be47329 remove NO_VARIANCE as no longer needed 9 years ago
IAsyncEnumerator.cs 5f7be47329 remove NO_VARIANCE as no longer needed 9 years ago
IAsyncGrouping.cs 5f7be47329 remove NO_VARIANCE as no longer needed 9 years ago
IIListProvider.cs abfb2c93da Address some bugs that were hanging tests 9 years ago
IOrderedAsyncEnumerable.cs 5f7be47329 remove NO_VARIANCE as no longer needed 9 years ago
IgnoreElements.cs eea207f5d2 some more cleanup 9 years ago
Intersect.cs eea207f5d2 some more cleanup 9 years ago
Join.cs 9f86e40e07 Fix loop to go to while if no grouping exists for item 9 years ago
Last.cs 41064bf39d Use C# 7 language features 8 years ago
Lookup.cs 41064bf39d Use C# 7 language features 8 years ago
Max.cs 250702b6b6 nameof cleanup 9 years ago
Min.cs 250702b6b6 nameof cleanup 9 years ago
OnErrorResumeNext.cs 040e8a9c06 cleanup too 9 years ago
OrderBy.cs 040e8a9c06 cleanup too 9 years ago
OrderedAsyncEnumerable.cs d89c9717a1 a bit more cleanup 9 years ago
Range.cs ffe6e1e0bf Split out into multiple files per type 9 years ago
Repeat.cs d89c9717a1 a bit more cleanup 9 years ago
Retry.cs ffe6e1e0bf Split out into multiple files per type 9 years ago
Reverse.cs 41064bf39d Use C# 7 language features 8 years ago
Scan.cs d89c9717a1 a bit more cleanup 9 years ago
Select.cs 41064bf39d Use C# 7 language features 8 years ago
SelectMany.cs d89c9717a1 a bit more cleanup 9 years ago
SequenceEqual.cs 41064bf39d Use C# 7 language features 8 years ago
Set.cs 1003c9a46a exclude coverage from corefx type 9 years ago
Single.cs 41064bf39d Use C# 7 language features 8 years ago
Skip.cs 9d645a3e27 a bit more cleanup 9 years ago
StartsWith.cs ffe6e1e0bf Split out into multiple files per type 9 years ago
Strings.cs 62b7ef4fb6 Code review 9 years ago
Sum.cs 250702b6b6 nameof cleanup 9 years ago
System.Interactive.Async.csproj 48c0707a7f Migrate to VS 2017 8 years ago
Take.cs 9d645a3e27 a bit more cleanup 9 years ago
TaskExt.cs 34012690a0 Minor cleanup 9 years ago
ToAsyncEnumerable.cs 41064bf39d Use C# 7 language features 8 years ago
ToCollection.cs 41064bf39d Use C# 7 language features 8 years ago
ToObservable.cs 379a7519f9 Fix xUnit warnings and apply code style fixes to match editorconfig and remove warnings in VS (#626) 7 years ago
Union.cs ffe6e1e0bf Split out into multiple files per type 9 years ago
Using.cs 9d645a3e27 a bit more cleanup 9 years ago
Where.cs 41064bf39d Use C# 7 language features 8 years ago
Zip.cs b6afccc237 almost done with the cleanup i think 9 years ago