2 instantiations of GroupKeyData
System.Linq.Parallel (2)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (2)
577currentValue = new GroupKeyData(sourceOrderKey, key.Value, _orderComparer); 652currentValue = new GroupKeyData(sourceOrderKey, key.Value, _orderComparer);
11 references to GroupKeyData
System.Linq.Parallel (11)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (11)
434internal HashLookup<Wrapper<TGroupKey>, GroupKeyData>? _hashLookup; // The lookup with key-value mappings. 484GroupKeyData value = mutables._hashLookup[mutables._hashLookupIndex].Value; 497protected abstract HashLookup<Wrapper<TGroupKey>, GroupKeyData> BuildHashLookup(); 549protected override HashLookup<Wrapper<TGroupKey>, GroupKeyData> BuildHashLookup() 551HashLookup<Wrapper<TGroupKey>, GroupKeyData> hashLookup = new HashLookup<Wrapper<TGroupKey>, GroupKeyData>( 567GroupKeyData? currentValue = null; 624protected override HashLookup<Wrapper<TGroupKey>, GroupKeyData> BuildHashLookup() 626HashLookup<Wrapper<TGroupKey>, GroupKeyData> hashLookup = new HashLookup<Wrapper<TGroupKey>, GroupKeyData>( 642GroupKeyData? currentValue = null;