2 writes to m_replicationDownCount
mscorlib (2)
system\threading\Tasks\Task.cs (2)
6740m_replicationDownCount = parallelOptions.EffectiveMaxConcurrencyLevel; 6758m_replicationDownCount--;
2 references to m_replicationDownCount
mscorlib (2)
system\threading\Tasks\Task.cs (2)
6754if (m_replicationDownCount == -1) return true; // "run wild" 6756if (m_replicationDownCount > 0) // Decrement and return true if not called with 0 downcount