1 write to _groupState
System.Linq.Parallel (1)
System\Linq\Parallel\Utils\Sorting.cs (1)
78_groupState = groupState;
3 references to _groupState
System.Linq.Parallel (3)
System\Linq\Parallel\Utils\Sorting.cs (3)
225CancellationToken cancelToken = _groupState.CancellationState.MergedCancellationToken; 282QuickSort(0, indices.Length - 1, keys.InternalArray, indices, _groupState.CancellationState.MergedCancellationToken); 359CancellationToken cancelToken = _groupState.CancellationState.MergedCancellationToken;