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