1 write to _grouping
System.Linq.Parallel (1)
System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs (1)
418_grouping = new OrderedGroupByGrouping<THashKey, TOrderKey, TElement>(hashKey, orderComparer);
3 references to _grouping
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Binary\GroupJoinQueryOperator.cs (3)
330lookup[i].Value._grouping.DoneAdding(); 372currentValue._grouping.Add(element, orderKey); 398return new Pair<IEnumerable<TElement>, Pair<bool, TOrderKey>>(baseValue._grouping, Wrap(baseValue._orderKey));