7 writes to callContext
mscorlib (7)
system\runtime\remoting\message.cs (7)
4175
callContext
= smuggledMrm.GetCallContext(deserializedArgs);
4210
callContext
= smuggledMrm.LogicalCallContext;
4517
callContext
= new LogicalCallContext();
4524
callContext
=ctx;
4773
callContext
= new LogicalCallContext();
4777
callContext
= (LogicalCallContext) value;
4827
callContext
= newCallContext;
4 references to callContext
mscorlib (4)
system\runtime\remoting\message.cs (4)
4516
if (
callContext
== null)
4518
return
callContext
;
4523
LogicalCallContext old=
callContext
;
4774
callContext
.RemotingData.LogicalCallID = (String) value;