1 write to _postPhaseAction
System.Threading (1)
System\Threading\Barrier.cs (1)
224
_postPhaseAction
= postPhaseAction;
3 references to _postPhaseAction
System.Threading (3)
System\Threading\Barrier.cs (3)
784
if (
_postPhaseAction
is not null)
797
_postPhaseAction
(this);
827
thisBarrier.
_postPhaseAction
!(thisBarrier);