@@ -223,7 +223,7 @@ namespace System.Linq
checked
{
- count += await source.Count(cancellationToken);
+ count += await source.Count(cancellationToken).ConfigureAwait(false);
}