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)
137
if (!
_groupState
.CancellationState.MergedCancellationToken.IsCancellationRequested)
System\Linq\Parallel\Scheduling\QueryTask.cs (2)
97
PlinqEtwProvider.Log.ParallelQueryFork(
_groupState
.QueryId);
105
PlinqEtwProvider.Log.ParallelQueryJoin(
_groupState
.QueryId);
System\Linq\Parallel\Scheduling\SpoolingTask.cs (2)
226
CancellationToken cancelToken =
_groupState
.CancellationState.MergedCancellationToken;
315
CancellationToken cancelToken =
_groupState
.CancellationState.MergedCancellationToken;
System\Linq\Parallel\Scheduling\SpoolingTaskBase.cs (4)
52
oce.CancellationToken ==
_groupState
.CancellationState.MergedCancellationToken
53
&&
_groupState
.CancellationState.MergedCancellationToken.IsCancellationRequested)
62
Debug.Assert(
_groupState
.CancellationState.InternalCancellationTokenSource != null);
63
_groupState
.CancellationState.InternalCancellationTokenSource.Cancel();