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