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)
225
CancellationToken cancelToken =
_groupState
.CancellationState.MergedCancellationToken;
282
QuickSort(0, indices.Length - 1, keys.InternalArray, indices,
_groupState
.CancellationState.MergedCancellationToken);
359
CancellationToken cancelToken =
_groupState
.CancellationState.MergedCancellationToken;