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