5 references to SetLogicalCallContext
mscorlib (5)
system\runtime\remoting\message.cs (4)
1370
return _message.
SetLogicalCallContext
(ctx);
1737
msg.
SetLogicalCallContext
((LogicalCallContext)value);
2415
return _m.
SetLogicalCallContext
(callCtx);
2512
_m.
SetLogicalCallContext
(newCallContext);
system\runtime\remoting\realproxy.cs (1)
926
msg.
SetLogicalCallContext
(cctx);