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