1 write to m_taskGroupState
System.Core (1)
System\Linq\Parallel\Merging\OrderPreservingPipeliningMergeHelper.cs (1)
126
m_taskGroupState
= new QueryTaskGroupState(cancellationState, queryId);
3 references to m_taskGroupState
System.Core (3)
System\Linq\Parallel\Merging\OrderPreservingPipeliningMergeHelper.cs (3)
155
m_taskGroupState
, m_partitions, m_consumerWaiting, m_producerWaiting, m_producerDone,
249
:base(mergeHelper.
m_taskGroupState
)
353
if (m_mergeHelper.
m_taskGroupState
.CancellationState.MergedCancellationToken.IsCancellationRequested)