6 writes to LogicalCallContext
mscorlib (6)
system\runtime\remoting\callcontext.cs (1)
46
ec.
LogicalCallContext
= callCtx;
system\runtime\remoting\realproxy.cs (2)
950
currentThread.GetMutableExecutionContext().
LogicalCallContext
= currCtx;
958
ec.
LogicalCallContext
= retCtx;
system\threading\executioncontext.cs (3)
1116
ec.
LogicalCallContext
= (LogicalCallContext)this.LogicalCallContext.Clone();
1153
ec.
LogicalCallContext
= (LogicalCallContext)this.LogicalCallContext.Clone();
1318
ecNew.
LogicalCallContext
= logCtxNew;
31 references to LogicalCallContext
mscorlib (31)
system\runtime\remoting\callcontext.cs (9)
45
LogicalCallContext prev = ec.
LogicalCallContext
;
57
ec.
LogicalCallContext
.FreeNamedDataSlot(name);
90
GetMutableExecutionContext().
LogicalCallContext
.Principal = value;
113
ec.
LogicalCallContext
.HostContext = value;
118
ec.
LogicalCallContext
.HostContext = null;
150
ec.
LogicalCallContext
.FreeNamedDataSlot(name);
159
ec.
LogicalCallContext
.SetData(name, data);
167
LogicalCallContext lcc = Thread.CurrentThread.GetMutableExecutionContext().
LogicalCallContext
;
174
LogicalCallContext lcc = Thread.CurrentThread.GetMutableExecutionContext().
LogicalCallContext
;
system\runtime\remoting\channelsinkstacks.cs (1)
448
returnValue, outArgs, _msg.ArgCount, Thread.CurrentThread.GetMutableExecutionContext().
LogicalCallContext
, _msg);
system\runtime\remoting\crossappdomainchannel.cs (2)
377
LogicalCallContext lcc = Thread.CurrentThread.GetMutableExecutionContext().
LogicalCallContext
;
646
_callCtx = Thread.CurrentThread.GetMutableExecutionContext().
LogicalCallContext
;
system\runtime\remoting\crosscontextchannel.cs (1)
425
_callCtx = Thread.CurrentThread.GetMutableExecutionContext().
LogicalCallContext
;
system\runtime\remoting\message.cs (3)
877
LogicalCallContext callCtx = Thread.CurrentThread.GetMutableExecutionContext().
LogicalCallContext
;
2558
_callContext = Thread.CurrentThread.GetMutableExecutionContext().
LogicalCallContext
;
2575
_callContext = Thread.CurrentThread.GetMutableExecutionContext().
LogicalCallContext
;
system\runtime\remoting\realproxy.cs (4)
637
Thread.CurrentThread.GetMutableExecutionContext().
LogicalCallContext
.Merge(
818
cctx = currentThread.GetMutableExecutionContext().
LogicalCallContext
;
829
Thread.CurrentThread.GetMutableExecutionContext().
LogicalCallContext
.PropagateIncomingHeadersToCallContext(retMsg);
957
LogicalCallContext oldCtx = ec.
LogicalCallContext
;
system\runtime\remoting\remotingproxy.cs (2)
254
LogicalCallContext cctx = currentThread.GetMutableExecutionContext().
LogicalCallContext
;
514
Thread.CurrentThread.GetMutableExecutionContext().
LogicalCallContext
.Clone();
system\runtime\remoting\stackbuildersink.cs (4)
70
LogicalCallContext lcc = Thread.CurrentThread.GetMutableExecutionContext().
LogicalCallContext
;
124
LogicalCallContext latestCallContext = Thread.CurrentThread.GetMutableExecutionContext().
LogicalCallContext
;
153
LogicalCallContext latestCallContext = Thread.CurrentThread.GetMutableExecutionContext().
LogicalCallContext
;
249
LogicalCallContext latestCallContext = Thread.CurrentThread.GetMutableExecutionContext().
LogicalCallContext
;
system\runtime\remoting\synchronizeddispatch.cs (1)
712
_callCtx = Thread.CurrentThread.GetMutableExecutionContext().
LogicalCallContext
;
system\threading\executioncontext.cs (3)
630
get { return new LogicalCallContext.Reader(IsNull ? null : m_ec.
LogicalCallContext
); }
1116
ec.LogicalCallContext = (LogicalCallContext)this.
LogicalCallContext
.Clone();
1153
ec.LogicalCallContext = (LogicalCallContext)this.
LogicalCallContext
.Clone();
system\threading\thread.cs (1)
1424
GetMutableExecutionContext().
LogicalCallContext
.SecurityData.Principal = principal;