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