5 writes to _callContext
mscorlib (5)
system\runtime\remoting\message.cs (5)
2556
_callContext
= callCtx;
2558
_callContext
= Thread.CurrentThread.GetMutableExecutionContext().LogicalCallContext;
2575
_callContext
= Thread.CurrentThread.GetMutableExecutionContext().LogicalCallContext;
2778
_callContext
= new LogicalCallContext();
2785
_callContext
=ctx;
3 references to _callContext
mscorlib (3)
system\runtime\remoting\message.cs (3)
2777
if (
_callContext
== null)
2779
return
_callContext
;
2784
LogicalCallContext old =
_callContext
;