1 write to IllogicalCallContext
mscorlib (1)
system\threading\executioncontext.cs (1)
1156
ec.
IllogicalCallContext
= (IllogicalCallContext)this.IllogicalCallContext.CreateCopy();
7 references to IllogicalCallContext
mscorlib (7)
system\runtime\remoting\callcontext.cs (5)
58
ec.
IllogicalCallContext
.FreeNamedDataSlot(name);
112
ec.
IllogicalCallContext
.HostContext = null;
117
ec.
IllogicalCallContext
.HostContext = value;
151
ec.
IllogicalCallContext
.SetData(name, data);
158
ec.
IllogicalCallContext
.FreeNamedDataSlot(name);
system\threading\executioncontext.cs (2)
636
get { return new IllogicalCallContext.Reader(IsNull ? null : m_ec.
IllogicalCallContext
); }
1156
ec.IllogicalCallContext = (IllogicalCallContext)this.
IllogicalCallContext
.CreateCopy();