3 writes to _actionCallerID
System.Threading (3)
System\Threading\Barrier.cs (3)
236
_actionCallerID
= 0;
789
_actionCallerID
= Environment.CurrentManagedThreadId;
808
_actionCallerID
= 0;
8 references to _actionCallerID
System.Threading (8)
System\Threading\Barrier.cs (8)
329
if (
_actionCallerID
!= 0 && Environment.CurrentManagedThreadId ==
_actionCallerID
)
428
if (
_actionCallerID
!= 0 && Environment.CurrentManagedThreadId ==
_actionCallerID
)
653
if (
_actionCallerID
!= 0 && Environment.CurrentManagedThreadId ==
_actionCallerID
)
927
if (
_actionCallerID
!= 0 && Environment.CurrentManagedThreadId ==
_actionCallerID
)