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