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