| .. | 
		
		
			
				
					| Aggregate.cs | d5aa7e28b0
					Remove USE_AWAIT_FOREACH (always on now). | 6 years ago | 
		
			
				
					| All.cs | d5aa7e28b0
					Remove USE_AWAIT_FOREACH (always on now). | 6 years ago | 
		
			
				
					| Any.cs | d5aa7e28b0
					Remove USE_AWAIT_FOREACH (always on now). | 6 years ago | 
		
			
				
					| AppendPrepend.cs | d5aa7e28b0
					Remove USE_AWAIT_FOREACH (always on now). | 6 years ago | 
		
			
				
					| AsAsyncEnumerable.cs | 6a3dfda574
					Move Create and AsAsyncEnumerable. | 7 years ago | 
		
			
				
					| Average.Generated.cs | 9ec8a1f1b4
					Remove ConfigureAwait on IAsyncEnumerator<T> in favor of GetConfiguredAsyncEnumerator. | 6 years ago | 
		
			
				
					| Average.Generated.tt | b7cc8e756e
					Fix T4 files to use GetConfiguredAsyncEnumerator. | 6 years ago | 
		
			
				
					| Cast.cs | 555dbb6810
					Changing a few classes to private. | 6 years ago | 
		
			
				
					| Concat.cs | d5aa7e28b0
					Remove USE_AWAIT_FOREACH (always on now). | 6 years ago | 
		
			
				
					| Contains.cs | d5aa7e28b0
					Remove USE_AWAIT_FOREACH (always on now). | 6 years ago | 
		
			
				
					| Count.cs | d5aa7e28b0
					Remove USE_AWAIT_FOREACH (always on now). | 6 years ago | 
		
			
				
					| DefaultIfEmpty.cs | fab4165c01
					Reduce code in DefaultIfEmpty. | 6 years ago | 
		
			
				
					| Distinct.cs | b2cc797263
					Reduce code duplication in Distinct. | 6 years ago | 
		
			
				
					| ElementAt.cs | d5aa7e28b0
					Remove USE_AWAIT_FOREACH (always on now). | 6 years ago | 
		
			
				
					| ElementAtOrDefault.cs | d5aa7e28b0
					Remove USE_AWAIT_FOREACH (always on now). | 6 years ago | 
		
			
				
					| Empty.cs | 8d2882a48f
					Fixing name of TryGetElementAtAsync. | 6 years ago | 
		
			
				
					| Except.cs | ca0a8b53b4
					Change CSHARP8 for USE_* checks. Enable C# 8.0 for all builds. | 6 years ago | 
		
			
				
					| First.cs | 645aa551dc
					Use static local functions. | 6 years ago | 
		
			
				
					| FirstOrDefault.cs | 9ec8a1f1b4
					Remove ConfigureAwait on IAsyncEnumerator<T> in favor of GetConfiguredAsyncEnumerator. | 6 years ago | 
		
			
				
					| ForEach.cs | d5aa7e28b0
					Remove USE_AWAIT_FOREACH (always on now). | 6 years ago | 
		
			
				
					| GroupBy.cs | 7d459c9d85
					Implementing more overloads of GroupBy. | 6 years ago | 
		
			
				
					| GroupJoin.cs | 9ec8a1f1b4
					Remove ConfigureAwait on IAsyncEnumerator<T> in favor of GetConfiguredAsyncEnumerator. | 6 years ago | 
		
			
				
					| Grouping.cs | 043997b2e7
					Fix typo. | 6 years ago | 
		
			
				
					| Intersect.cs | ca0a8b53b4
					Change CSHARP8 for USE_* checks. Enable C# 8.0 for all builds. | 6 years ago | 
		
			
				
					| Join.cs | 9ec8a1f1b4
					Remove ConfigureAwait on IAsyncEnumerator<T> in favor of GetConfiguredAsyncEnumerator. | 6 years ago | 
		
			
				
					| Last.cs | 645aa551dc
					Use static local functions. | 6 years ago | 
		
			
				
					| LastOrDefault.cs | d5aa7e28b0
					Remove USE_AWAIT_FOREACH (always on now). | 6 years ago | 
		
			
				
					| LongCount.cs | d5aa7e28b0
					Remove USE_AWAIT_FOREACH (always on now). | 6 years ago | 
		
			
				
					| Lookup.cs | d5aa7e28b0
					Remove USE_AWAIT_FOREACH (always on now). | 6 years ago | 
		
			
				
					| Max.cs | 9ec8a1f1b4
					Remove ConfigureAwait on IAsyncEnumerator<T> in favor of GetConfiguredAsyncEnumerator. | 6 years ago | 
		
			
				
					| Min.cs | 9ec8a1f1b4
					Remove ConfigureAwait on IAsyncEnumerator<T> in favor of GetConfiguredAsyncEnumerator. | 6 years ago | 
		
			
				
					| MinMax.Generated.cs | 9ec8a1f1b4
					Remove ConfigureAwait on IAsyncEnumerator<T> in favor of GetConfiguredAsyncEnumerator. | 6 years ago | 
		
			
				
					| MinMax.Generated.tt | b7cc8e756e
					Fix T4 files to use GetConfiguredAsyncEnumerator. | 6 years ago | 
		
			
				
					| OfType.cs | b9f9514d57
					Revert "Use only var when type is obvious." | 6 years ago | 
		
			
				
					| OrderBy.cs | 7f90a10101
					Reduce code in OrderBy. | 6 years ago | 
		
			
				
					| OrderedAsyncEnumerable.cs | 9ec8a1f1b4
					Remove ConfigureAwait on IAsyncEnumerator<T> in favor of GetConfiguredAsyncEnumerator. | 6 years ago | 
		
			
				
					| Range.cs | b9f9514d57
					Revert "Use only var when type is obvious." | 6 years ago | 
		
			
				
					| Repeat.cs | aa2430bb42
					Check for cancellation in a few more places. | 6 years ago | 
		
			
				
					| Reverse.cs | b9f9514d57
					Revert "Use only var when type is obvious." | 6 years ago | 
		
			
				
					| Select.Opt.Generated.cs | 2b0cd8e161
					Enabling optimizations for combining N selectors | 6 years ago | 
		
			
				
					| Select.Opt.Generated.tt | 2b0cd8e161
					Enabling optimizations for combining N selectors | 6 years ago | 
		
			
				
					| Select.Opt.cs | 2b0cd8e161
					Enabling optimizations for combining N selectors | 6 years ago | 
		
			
				
					| Select.cs | ca0a8b53b4
					Change CSHARP8 for USE_* checks. Enable C# 8.0 for all builds. | 6 years ago | 
		
			
				
					| SelectMany.cs | d5aa7e28b0
					Remove USE_AWAIT_FOREACH (always on now). | 6 years ago | 
		
			
				
					| SequenceEqual.cs | 9ec8a1f1b4
					Remove ConfigureAwait on IAsyncEnumerator<T> in favor of GetConfiguredAsyncEnumerator. | 6 years ago | 
		
			
				
					| Single.cs | 9ec8a1f1b4
					Remove ConfigureAwait on IAsyncEnumerator<T> in favor of GetConfiguredAsyncEnumerator. | 6 years ago | 
		
			
				
					| SingleLinkedNode.cs | b9f9514d57
					Revert "Use only var when type is obvious." | 6 years ago | 
		
			
				
					| SingleOrDefault.cs | 9ec8a1f1b4
					Remove ConfigureAwait on IAsyncEnumerator<T> in favor of GetConfiguredAsyncEnumerator. | 6 years ago | 
		
			
				
					| Skip.cs | 3a3c59ba42
					Change signature of Clone. | 7 years ago | 
		
			
				
					| SkipLast.cs | 9ec8a1f1b4
					Remove ConfigureAwait on IAsyncEnumerator<T> in favor of GetConfiguredAsyncEnumerator. | 6 years ago | 
		
			
				
					| SkipWhile.cs | 9ec8a1f1b4
					Remove ConfigureAwait on IAsyncEnumerator<T> in favor of GetConfiguredAsyncEnumerator. | 6 years ago | 
		
			
				
					| Sum.Generated.cs | d5aa7e28b0
					Remove USE_AWAIT_FOREACH (always on now). | 6 years ago | 
		
			
				
					| Sum.Generated.tt | d5aa7e28b0
					Remove USE_AWAIT_FOREACH (always on now). | 6 years ago | 
		
			
				
					| Take.cs | cfd11d1c62
					Adding BCL style exception factories. | 7 years ago | 
		
			
				
					| TakeLast.cs | 9ec8a1f1b4
					Remove ConfigureAwait on IAsyncEnumerator<T> in favor of GetConfiguredAsyncEnumerator. | 6 years ago | 
		
			
				
					| TakeWhile.cs | ca0a8b53b4
					Change CSHARP8 for USE_* checks. Enable C# 8.0 for all builds. | 6 years ago | 
		
			
				
					| ToArray.cs | 369026d24e
					Taming CancellationToken overload hell | 6 years ago | 
		
			
				
					| ToAsyncEnumerable.Observable.cs | b9f9514d57
					Revert "Use only var when type is obvious." | 6 years ago | 
		
			
				
					| ToAsyncEnumerable.Task.cs | 80b4afa2c0
					Small tweak to Task<T> conversion code. | 7 years ago | 
		
			
				
					| ToAsyncEnumerable.cs | aa2430bb42
					Check for cancellation in a few more places. | 6 years ago | 
		
			
				
					| ToDictionary.cs | d5aa7e28b0
					Remove USE_AWAIT_FOREACH (always on now). | 6 years ago | 
		
			
				
					| ToEnumerable.cs | 0980e87430
					Avoiding heap-allocated closures | 6 years ago | 
		
			
				
					| ToHashSet.cs | d5aa7e28b0
					Remove USE_AWAIT_FOREACH (always on now). | 6 years ago | 
		
			
				
					| ToList.cs | d5aa7e28b0
					Remove USE_AWAIT_FOREACH (always on now). | 6 years ago | 
		
			
				
					| ToLookup.cs | 645aa551dc
					Use static local functions. | 6 years ago | 
		
			
				
					| ToObservable.cs | b9f9514d57
					Revert "Use only var when type is obvious." | 6 years ago | 
		
			
				
					| Union.cs | d5aa7e28b0
					Remove USE_AWAIT_FOREACH (always on now). | 6 years ago | 
		
			
				
					| Utilities.cs | d5aa7e28b0
					Remove USE_AWAIT_FOREACH (always on now). | 6 years ago | 
		
			
				
					| Where.Opt.Generated.cs | be5d8bb438
					Enabling optimizations for combining N predicates | 6 years ago | 
		
			
				
					| Where.Opt.Generated.tt | be5d8bb438
					Enabling optimizations for combining N predicates | 6 years ago | 
		
			
				
					| Where.Opt.cs | be5d8bb438
					Enabling optimizations for combining N predicates | 6 years ago | 
		
			
				
					| Where.cs | ca0a8b53b4
					Change CSHARP8 for USE_* checks. Enable C# 8.0 for all builds. | 6 years ago | 
		
			
				
					| Zip.cs | 9ec8a1f1b4
					Remove ConfigureAwait on IAsyncEnumerator<T> in favor of GetConfiguredAsyncEnumerator. | 6 years ago |