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