7 writes to callContext
mscorlib (7)
system\runtime\remoting\message.cs (7)
2909
callContext
= smuggledMsg.GetCallContext(deserializedArgs);
2941
callContext
= smuggledMsg.LogicalCallContext;
3709
callContext
= new LogicalCallContext();
3716
callContext
=ctx;
3753
callContext
= newCallContext;
3843
callContext
= new LogicalCallContext();
3847
callContext
= (LogicalCallContext) value;
4 references to callContext
mscorlib (4)
system\runtime\remoting\message.cs (4)
3708
if (
callContext
== null)
3710
return
callContext
;
3715
LogicalCallContext old=
callContext
;
3844
callContext
.RemotingData.LogicalCallID = (String) value;