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