1 write to m_groupState
System.Core (1)
System\Linq\Parallel\Utils\Sorting.cs (1)
82m_groupState = groupState;
3 references to m_groupState
System.Core (3)
System\Linq\Parallel\Utils\Sorting.cs (3)
230CancellationToken cancelToken = m_groupState.CancellationState.MergedCancellationToken; 290QuickSort(0, indices.Length - 1, keys.InternalArray, indices, m_groupState.CancellationState.MergedCancellationToken); 364CancellationToken cancelToken = m_groupState.CancellationState.MergedCancellationToken;