2 implementations of ContextProperties
mscorlib (2)
system\runtime\remoting\message.cs (2)
1062public IList ContextProperties 4040public IList ContextProperties
7 references to ContextProperties
mscorlib (7)
system\runtime\remoting\activationservices.cs (3)
652ArrayList list = (ArrayList) reqMsg.ContextProperties; 1342IList cp = ctorMsg.ContextProperties; 1705ctorMsg.ContextProperties.Add(_cp[i]);
system\runtime\remoting\contextproperty.cs (1)
236ctorMsg.ContextProperties.Add((IContextProperty)this);
system\runtime\remoting\message.cs (1)
1441return _ccmsg.ContextProperties;
system\runtime\remoting\synchronizeddispatch.cs (2)
232ctorMsg.ContextProperties.Add((IContextProperty)_cliCtxAttr); 237ctorMsg.ContextProperties.Add((IContextProperty)this);