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