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)
754
if (
_exception
is not null)
755
throw new BarrierPostPhaseException(
_exception
);
794
if (
_exception
is not null)
795
throw new BarrierPostPhaseException(
_exception
);