1 write to m_hashLookup
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (1)
275mutables.m_hashLookup = BuildHashLookup();
3 references to m_hashLookup
System.Core (3)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (3)
276Contract.Assert(mutables.m_hashLookup != null); 282if (++mutables.m_hashLookupIndex < mutables.m_hashLookup.Count) 285mutables.m_hashLookup[mutables.m_hashLookupIndex]);