3 writes to m_ownerThreadContext
System (3)
sys\system\threading\Barrier.cs (3)
250
m_ownerThreadContext
= ExecutionContext.Capture();
794
m_ownerThreadContext
= m_ownerThreadContext.CreateCopy(); // create a copy for the next run
966
m_ownerThreadContext
= null;
5 references to m_ownerThreadContext
System (5)
sys\system\threading\Barrier.cs (5)
791
if (
m_ownerThreadContext
!= null)
793
var currentContext =
m_ownerThreadContext
;
794
m_ownerThreadContext =
m_ownerThreadContext
.CreateCopy(); // create a copy for the next run
963
if (
m_ownerThreadContext
!= null)
965
m_ownerThreadContext
.Dispose();