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