1 write to m_orderKeys
System.Core (1)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (1)
757m_orderKeys = new GrowingArray<TOrderKey>();
4 references to m_orderKeys
System.Core (4)
System\Linq\Parallel\QueryOperators\Unary\GroupByQueryOperator.cs (4)
798Contract.Assert(m_orderKeys != null); 801m_orderKeys.Add(orderKey); 810Contract.Assert(m_orderKeys != null); 813m_orderKeys.InternalArray, m_values.InternalArray,