2 writes to m_maxItemsPerTask
mscorlib (2)
system\threading\Tasks\ConcurrentExclusiveSchedulerPair.cs (2)
115m_maxItemsPerTask = maxItemsPerTask; 124if (m_maxItemsPerTask == UNLIMITED_PROCESSING) m_maxItemsPerTask = Int32.MaxValue;
3 references to m_maxItemsPerTask
mscorlib (3)
system\threading\Tasks\ConcurrentExclusiveSchedulerPair.cs (3)
124if (m_maxItemsPerTask == UNLIMITED_PROCESSING) m_maxItemsPerTask = Int32.MaxValue; 362for (int i = 0; i < m_maxItemsPerTask; i++) 411for (int i = 0; i < m_maxItemsPerTask; i++)