1 write to _oldCtx
mscorlib (1)
system\runtime\remoting\crosscontextchannel.cs (1)
424
_oldCtx
= oldCtx;
1 reference to _oldCtx
mscorlib (1)
system\runtime\remoting\crosscontextchannel.cs (1)
476
retMsg = (IMessage) Thread.CurrentThread.InternalCrossContextCallback(
_oldCtx
, xctxDel, args);