1 write to m_postPhaseAction
System (1)
sys\system\threading\Barrier.cs (1)
241
m_postPhaseAction
= postPhaseAction;
3 references to m_postPhaseAction
System (3)
sys\system\threading\Barrier.cs (3)
785
if (
m_postPhaseAction
!= null)
810
m_postPhaseAction
(this);
841
thisBarrier.
m_postPhaseAction
(thisBarrier);