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)
768
if (
_postPhaseAction
is not null)
781
_postPhaseAction
(this);
811
thisBarrier.
_postPhaseAction
!(thisBarrier);