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