5 references to Count
System.Linq.Parallel (5)
System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs (1)
328for (int i = 0; i < lookup.Count; i++)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (4)
275if (++mutables._hashLookupIndex < mutables._hashLookup.Count) 482if (++mutables._hashLookupIndex < mutables._hashLookup.Count) 588for (int j = 0; j < hashLookup.Count; j++) 664for (int j = 0; j < hashLookup.Count; j++)