3 writes to HostContext
mscorlib (3)
system\runtime\remoting\callcontext.cs (3)
112ec.IllogicalCallContext.HostContext = null; 117ec.IllogicalCallContext.HostContext = value; 255ilcc.HostContext = this.HostContext;
2 references to HostContext
mscorlib (2)
system\runtime\remoting\callcontext.cs (2)
201public Object HostContext { get { return IsNull ? null : m_ctx.HostContext; } } 255ilcc.HostContext = this.HostContext;