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