1 write to _callCtx
mscorlib (1)
system\runtime\remoting\crossappdomainchannel.cs (1)
646
_callCtx
= Thread.CurrentThread.GetMutableExecutionContext().LogicalCallContext;
1 reference to _callCtx
mscorlib (1)
system\runtime\remoting\crossappdomainchannel.cs (1)
655
LogicalCallContext threadPoolCallCtx = CallContext.SetLogicalCallContext(
_callCtx
);