13 references to SetLogicalCallContext
mscorlib (13)
system\runtime\remoting\crossappdomainchannel.cs (4)
532
LogicalCallContext oldCallCtx = CallContext.
SetLogicalCallContext
(null);
548
CallContext.
SetLogicalCallContext
(oldCallCtx);
655
LogicalCallContext threadPoolCallCtx = CallContext.
SetLogicalCallContext
(_callCtx);
665
CallContext.
SetLogicalCallContext
(threadPoolCallCtx);
system\runtime\remoting\crosscontextchannel.cs (2)
505
CallContext.
SetLogicalCallContext
(This._callCtx);
528
CallContext.
SetLogicalCallContext
(threadPoolCallCtx);
system\runtime\remoting\message.cs (2)
870
return CallContext.
SetLogicalCallContext
(
889
CallContext.
SetLogicalCallContext
(oldcctx);
system\runtime\remoting\stackbuildersink.cs (5)
97
oldCallCtx = CallContext.
SetLogicalCallContext
(messageCallContext);
172
CallContext.
SetLogicalCallContext
(oldCallCtx);
185
CallContext.
SetLogicalCallContext
(oldCallCtx);
217
oldCallCtx = CallContext.
SetLogicalCallContext
(callCtx);
295
CallContext.
SetLogicalCallContext
(oldCallCtx);