5 implementations of SetCallContext
mscorlib (5)
system\runtime\remoting\message.cs (5)
219
void IInternalMessage.
SetCallContext
(LogicalCallContext callContext)
2510
void IInternalMessage.
SetCallContext
(LogicalCallContext newCallContext)
3751
void IInternalMessage.
SetCallContext
(LogicalCallContext newCallContext)
4825
void IInternalMessage.
SetCallContext
(LogicalCallContext newCallContext)
5133
void IInternalMessage.
SetCallContext
(LogicalCallContext callContext)
2 references to SetCallContext
mscorlib (2)
system\runtime\remoting\remotingproxy.cs (2)
365
iim.
SetCallContext
(cctx);
379
iim.
SetCallContext
(cctx);