1 write to _groupState
System.Linq.Parallel (1)
System\Linq\Parallel\Scheduling\QueryTask.cs (1)
37_groupState = groupState;
9 references to _groupState
System.Linq.Parallel (9)
System\Linq\Parallel\Scheduling\OrderPreservingSpoolingTask.cs (1)
137if (!_groupState.CancellationState.MergedCancellationToken.IsCancellationRequested)
System\Linq\Parallel\Scheduling\QueryTask.cs (2)
97PlinqEtwProvider.Log.ParallelQueryFork(_groupState.QueryId); 105PlinqEtwProvider.Log.ParallelQueryJoin(_groupState.QueryId);
System\Linq\Parallel\Scheduling\SpoolingTask.cs (2)
226CancellationToken cancelToken = _groupState.CancellationState.MergedCancellationToken; 315CancellationToken cancelToken = _groupState.CancellationState.MergedCancellationToken;
System\Linq\Parallel\Scheduling\SpoolingTaskBase.cs (4)
52oce.CancellationToken == _groupState.CancellationState.MergedCancellationToken 53&& _groupState.CancellationState.MergedCancellationToken.IsCancellationRequested) 62Debug.Assert(_groupState.CancellationState.InternalCancellationTokenSource != null); 63_groupState.CancellationState.InternalCancellationTokenSource.Cancel();