3 writes to m_actionCallerID
System (3)
sys\system\threading\Barrier.cs (3)
253m_actionCallerID = 0; 790m_actionCallerID = Thread.CurrentThread.ManagedThreadId; 820m_actionCallerID = 0;
8 references to m_actionCallerID
System (8)
sys\system\threading\Barrier.cs (8)
352if (m_actionCallerID != 0 && Thread.CurrentThread.ManagedThreadId == m_actionCallerID) 453if (m_actionCallerID != 0 && Thread.CurrentThread.ManagedThreadId == m_actionCallerID) 648if (m_actionCallerID != 0 && Thread.CurrentThread.ManagedThreadId == m_actionCallerID) 936if (m_actionCallerID != 0 && Thread.CurrentThread.ManagedThreadId == m_actionCallerID)