1 write to _count
System.Linq.AsyncEnumerable (1)
System\Linq\ToLookupAsync.cs (1)
407_count++;
3 references to _count
System.Linq.AsyncEnumerable (3)
System\Linq\ToLookupAsync.cs (3)
348public int Count => _count; 385if (_count == _groupings.Length) 416int newSize = checked((_count * 2) + 1);