1 write to m_groupState
System.Core (1)
System\Linq\Parallel\Scheduling\QueryTask.cs (1)
42m_groupState = groupState;
8 references to m_groupState
System.Core (8)
System\Linq\Parallel\Scheduling\OrderPreservingSpoolingTask.cs (1)
141if (!m_groupState.CancellationState.MergedCancellationToken.IsCancellationRequested)
System\Linq\Parallel\Scheduling\QueryTask.cs (2)
101PlinqEtwProvider.Log.ParallelQueryFork(m_groupState.QueryId); 112PlinqEtwProvider.Log.ParallelQueryJoin(m_groupState.QueryId);
System\Linq\Parallel\Scheduling\SpoolingTask.cs (2)
229CancellationToken cancelToken = m_groupState.CancellationState.MergedCancellationToken; 318CancellationToken cancelToken = m_groupState.CancellationState.MergedCancellationToken;
System\Linq\Parallel\Scheduling\SpoolingTaskBase.cs (3)
57oce.CancellationToken == m_groupState.CancellationState.MergedCancellationToken 58&& m_groupState.CancellationState.MergedCancellationToken.IsCancellationRequested) 67m_groupState.CancellationState.InternalCancellationTokenSource.Cancel();