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