2 writes to _exception
System.Threading (2)
System\Threading\Barrier.cs (2)
800_exception = null; // reset the exception if it was set previously 804_exception = ex;
4 references to _exception
System.Threading (4)
System\Threading\Barrier.cs (4)
770if (_exception is not null) 771throw new BarrierPostPhaseException(_exception); 810if (_exception is not null) 811throw new BarrierPostPhaseException(_exception);