3 writes to _callContext
mscorlib (3)
system\runtime\remoting\messagesmuggler.cs (3)
336
_callContext
= null;
343
_callContext
= new SerializedArg(argsToSerialize.Count);
349
_callContext
= lcc.RemotingData.LogicalCallID;
4 references to _callContext
mscorlib (4)
system\runtime\remoting\messagesmuggler.cs (4)
414
if (
_callContext
== null)
418
if (
_callContext
is String)
421
callContext.RemotingData.LogicalCallID = (String)
_callContext
;
425
return (LogicalCallContext)deserializedArgs[((SerializedArg)
_callContext
).Index];