3 writes to _actionCallerID
System.Threading (3)
System\Threading\Barrier.cs (3)
236
_actionCallerID
= 0;
773
_actionCallerID
= Environment.CurrentManagedThreadId;
792
_actionCallerID
= 0;
8 references to _actionCallerID
System.Threading (8)
System\Threading\Barrier.cs (8)
329
if (
_actionCallerID
!= 0 && Environment.CurrentManagedThreadId ==
_actionCallerID
)
424
if (
_actionCallerID
!= 0 && Environment.CurrentManagedThreadId ==
_actionCallerID
)
637
if (
_actionCallerID
!= 0 && Environment.CurrentManagedThreadId ==
_actionCallerID
)
911
if (
_actionCallerID
!= 0 && Environment.CurrentManagedThreadId ==
_actionCallerID
)