1 write to m_hashLookup
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (1)
486mutables.m_hashLookup = BuildHashLookup();
3 references to m_hashLookup
System.Core (3)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (3)
487Contract.Assert(mutables.m_hashLookup != null); 493if (++mutables.m_hashLookupIndex < mutables.m_hashLookup.Count) 495GroupKeyData value = mutables.m_hashLookup[mutables.m_hashLookupIndex].Value;