2 writes to m_currentPhase
System (2)
sys\system\threading\Barrier.cs (2)
201
get { return Volatile.Read(ref
m_currentPhase
); }
203
internal set { Volatile.Write(ref
m_currentPhase
, value); }