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