2 writes to m_hashLookupIndex
System.Core (2)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (2)
488mutables.m_hashLookupIndex = -1; 493if (++mutables.m_hashLookupIndex < mutables.m_hashLookup.Count)
1 reference to m_hashLookupIndex
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (1)
495GroupKeyData value = mutables.m_hashLookup[mutables.m_hashLookupIndex].Value;