2 writes to m_exception
System (2)
sys\system\threading\Barrier.cs (2)
812
m_exception
= null; // reset the exception if it was set previously
816
m_exception
= ex;
4 references to m_exception
System (4)
sys\system\threading\Barrier.cs (4)
769
if (
m_exception
!= null)
770
throw new BarrierPostPhaseException(
m_exception
);
822
if(
m_exception
!= null)
823
throw new BarrierPostPhaseException(
m_exception
);