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