3 writes to m_IsCorrelationMgr
mscorlib (3)
system\runtime\remoting\callcontext.cs (3)
352m_IsCorrelationMgr = (bool)e.Value; 418lc.m_IsCorrelationMgr = m_IsCorrelationMgr; 587m_IsCorrelationMgr = true;
4 references to m_IsCorrelationMgr
mscorlib (4)
system\runtime\remoting\callcontext.cs (4)
383if (m_IsCorrelationMgr) 385info.AddValue("__CorrelationMgrSlotPresent", m_IsCorrelationMgr); 418lc.m_IsCorrelationMgr = m_IsCorrelationMgr; 423if (!m_IsCorrelationMgr)