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)
453LogicalCallContext oldCtx = _callContext; 462if (_callContext == null) 464return _callContext;