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