1 write to m_rootTask
System.Core (1)
System\Linq\Parallel\Scheduling\QueryTaskGroupState.cs (1)
82m_rootTask = rootTask;
4 references to m_rootTask
System.Core (4)
System\Linq\Parallel\Scheduling\QueryTaskGroupState.cs (4)
81Contract.Assert(m_rootTask == null, "Cannot begin a query more than once"); 93Contract.Assert(m_rootTask != null); 113m_rootTask.Wait(); 142m_rootTask.Dispose();