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