1 write to _count
System.Linq.AsyncEnumerable (1)
System\Linq\ToLookupAsync.cs (1)
397
_count
++;
3 references to _count
System.Linq.AsyncEnumerable (3)
System\Linq\ToLookupAsync.cs (3)
329
public int Count =>
_count
;
375
if (
_count
== _groupings.Length)
406
int newSize = HashHelpers.ExpandPrime(
_count
);