3 writes to _callContext
mscorlib (3)
system\runtime\remoting\messagesmuggler.cs (3)
503_callContext = null; 513_callContext = new SerializedArg(argsToSerialize.Count); 519_callContext = lcc.RemotingData.LogicalCallID;
4 references to _callContext
mscorlib (4)
system\runtime\remoting\messagesmuggler.cs (4)
578if (_callContext == null) 582if (_callContext is String) 585callContext.RemotingData.LogicalCallID = (String)_callContext; 589return (LogicalCallContext)deserializedArgs[((SerializedArg)_callContext).Index];