2 writes to m_currentTotalCount
System (2)
sys\system\threading\Barrier.cs (2)
240m_currentTotalCount = (int)participantCount; 289return Interlocked.CompareExchange(ref m_currentTotalCount, newCurrentTotal, currentTotal) == currentTotal;
6 references to m_currentTotalCount
System (6)
sys\system\threading\Barrier.cs (6)
180int currentTotal = m_currentTotalCount; 192get { return (int)(m_currentTotalCount & TOTAL_MASK); } 361int currentTotal = m_currentTotalCount; 461int currentTotal = m_currentTotalCount; 663currentTotal = m_currentTotalCount; 735currentTotal = m_currentTotalCount;