4 writes to _callContext
mscorlib (4)
system\runtime\remoting\message.cs (4)
170
_callContext
= null;
221
_callContext
= callContext;
454
_callContext
= callCtx;
463
_callContext
= new LogicalCallContext();
3 references to _callContext
mscorlib (3)
system\runtime\remoting\message.cs (3)
453
LogicalCallContext oldCtx =
_callContext
;
462
if (
_callContext
== null)
464
return
_callContext
;