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)
329if (_actionCallerID != 0 && Environment.CurrentManagedThreadId == _actionCallerID) 428if (_actionCallerID != 0 && Environment.CurrentManagedThreadId == _actionCallerID) 653if (_actionCallerID != 0 && Environment.CurrentManagedThreadId == _actionCallerID) 927if (_actionCallerID != 0 && Environment.CurrentManagedThreadId == _actionCallerID)