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