3 writes to m_HostContext
mscorlib (3)
system\runtime\remoting\callcontext.cs (3)
348
m_HostContext
= e.Value;
417
lc.
m_HostContext
= m_HostContext;
530
m_HostContext
= value;
6 references to m_HostContext
mscorlib (6)
system\runtime\remoting\callcontext.cs (6)
379
if (
m_HostContext
!= null)
381
info.AddValue("__HostContext",
m_HostContext
);
416
if (
m_HostContext
!= null)
417
lc.m_HostContext =
m_HostContext
;
484
(
m_HostContext
!= null) ||
526
return
m_HostContext
;