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)
770
if (
_exception
is not null)
771
throw new BarrierPostPhaseException(
_exception
);
810
if (
_exception
is not null)
811
throw new BarrierPostPhaseException(
_exception
);