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