2 writes to HostContext
mscorlib (2)
system\runtime\remoting\callcontext.cs (2)
113ec.LogicalCallContext.HostContext = value; 118ec.LogicalCallContext.HostContext = null;
1 reference to HostContext
mscorlib (1)
system\runtime\remoting\callcontext.cs (1)
322public Object HostContext { get { return IsNull ? null : m_ctx.HostContext; } }