2 writes to _exception
System.Threading (2)
System\Threading\Barrier.cs (2)
784_exception = null; // reset the exception if it was set previously 788_exception = ex;
4 references to _exception
System.Threading (4)
System\Threading\Barrier.cs (4)
754if (_exception is not null) 755throw new BarrierPostPhaseException(_exception); 794if (_exception is not null) 795throw new BarrierPostPhaseException(_exception);