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)
2777if (_callContext == null) 2779return _callContext; 2784LogicalCallContext old = _callContext;