Oren Novotny 04b3be8f96 Optimize concat 9 years ago
..
Properties 548cd01bd6 Move AssemblyVersion into common file and specify version bands based on netstandard level 9 years ago
Aggregate.cs 250702b6b6 nameof cleanup 9 years ago
AnyAll.cs c60057e757 ensure enumerator is disposed 9 years ago
AsyncEnumerable.cs 4d5293a8dc Put () => on next line to move functions left 9 years ago
AsyncEnumerableHelpers.cs 04b3be8f96 Optimize concat 9 years ago
AsyncEnumerator.cs 5d350fb041 Using async/await 9 years ago
AsyncIterator.cs 2625ec1b44 Fix short-circuit to ensure we throw 9 years ago
Average.cs 250702b6b6 nameof cleanup 9 years ago
Buffer.cs 4d5293a8dc Put () => on next line to move functions left 9 years ago
Cast.cs c94cff833e Check for existing type 9 years ago
Catch.cs 4d5293a8dc Put () => on next line to move functions left 9 years ago
Concatenate.cs 04b3be8f96 Optimize concat 9 years ago
Contains.cs 250702b6b6 nameof cleanup 9 years ago
Count.cs 1d3c387596 Add support for IIListProvider-based optimizations 9 years ago
Create.cs 0841a4e47d Fixes to tests 9 years ago
DefaultIfEmpty.cs 1d3c387596 Add support for IIListProvider-based optimizations 9 years ago
Defer.cs 4d5293a8dc Put () => on next line to move functions left 9 years ago
Disposables.cs 1ad21f5a85 Update copyright notice to the .NET Foundation 9 years ago
Distinct.cs 4d5293a8dc Put () => on next line to move functions left 9 years ago
Do.cs 4d5293a8dc Put () => on next line to move functions left 9 years ago
ElementAt.cs 250702b6b6 nameof cleanup 9 years ago
EmptyArray.cs 62b7ef4fb6 Code review 9 years ago
EnumerableGrouping.cs 1ad21f5a85 Update copyright notice to the .NET Foundation 9 years ago
Except.cs 4d5293a8dc Put () => on next line to move functions left 9 years ago
Expand.cs 4d5293a8dc Put () => on next line to move functions left 9 years ago
Finally.cs 4d5293a8dc Put () => on next line to move functions left 9 years ago
First.cs 250702b6b6 nameof cleanup 9 years ago
ForEach.cs 250702b6b6 nameof cleanup 9 years ago
Generate.cs 4d5293a8dc Put () => on next line to move functions left 9 years ago
GroupJoin.cs 26c841fe99 Optimize grouping 9 years ago
Grouping.cs 26c841fe99 Optimize grouping 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 4d5293a8dc Put () => on next line to move functions left 9 years ago
Intersect.cs 4d5293a8dc Put () => on next line to move functions left 9 years ago
Join.cs df77611309 ensure we dispose on all exit paths 9 years ago
Last.cs 250702b6b6 nameof cleanup 9 years ago
Lookup.cs 26c841fe99 Optimize grouping 9 years ago
Max.cs 250702b6b6 nameof cleanup 9 years ago
Min.cs 250702b6b6 nameof cleanup 9 years ago
OnErrorResumeNext.cs 4d5293a8dc Put () => on next line to move functions left 9 years ago
OrderBy.cs ff5f83c29c Rename Create to CreateEnumerator and CreateEnumerable 9 years ago
Range.cs ffe6e1e0bf Split out into multiple files per type 9 years ago
Repeat.cs 4d5293a8dc Put () => on next line to move functions left 9 years ago
Retry.cs ffe6e1e0bf Split out into multiple files per type 9 years ago
Reverse.cs 4d5293a8dc Put () => on next line to move functions left 9 years ago
Scan.cs 4d5293a8dc Put () => on next line to move functions left 9 years ago
Select.cs eae9668922 Change visibility of MoveNextCore to protected 9 years ago
SelectMany.cs 4d5293a8dc Put () => on next line to move functions left 9 years ago
SequenceEqual.cs 250702b6b6 nameof cleanup 9 years ago
Set.cs ffe6e1e0bf Split out into multiple files per type 9 years ago
Single.cs 250702b6b6 nameof cleanup 9 years ago
Skip.cs 4d5293a8dc Put () => on next line to move functions left 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.xproj 5090cbe1b7 Update csproj to match file -> new project version 9 years ago
Take.cs abfb2c93da Address some bugs that were hanging tests 9 years ago
TaskExt.cs 62b7ef4fb6 Code review 9 years ago
ToAsyncEnumerable.cs abfb2c93da Address some bugs that were hanging tests 9 years ago
ToCollection.cs 04b3be8f96 Optimize concat 9 years ago
ToObservable.cs 2d64064a5c AsyncEnumerable.ToObservable: Do not call IAsyncEnumerator<T>.MoveNext with an already canceled CancellationToken. This would happen whenever an IObserver<T>.OnNext would dispose its subscription within a call to OnNext. The built in AnonymousAsyncEnumerator<T> checks whether it's already disposed, however, not every user code might handle canceled tokens that gracefully. Also, the continuation of MoveNext will not scheduled anyway. 9 years ago
Union.cs ffe6e1e0bf Split out into multiple files per type 9 years ago
Using.cs 0841a4e47d Fixes to tests 9 years ago
Where.cs eae9668922 Change visibility of MoveNextCore to protected 9 years ago
Zip.cs 4d5293a8dc Put () => on next line to move functions left 9 years ago
project.json 107b92296a Code-cleanup: remove HAS_AWAIT as no longer needed 9 years ago