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