3 implementations of GetPropertiesForNewContext
mscorlib (3)
system\runtime\remoting\activationservices.cs (1)
1697public virtual void GetPropertiesForNewContext(IConstructionCallMessage ctorMsg)
system\runtime\remoting\contextproperty.cs (1)
230public virtual void GetPropertiesForNewContext(
system\runtime\remoting\proxyattribute.cs (1)
119public void GetPropertiesForNewContext(IConstructionCallMessage msg)
1 reference to GetPropertiesForNewContext
mscorlib (1)
system\runtime\remoting\activationservices.cs (1)
372attr.GetPropertiesForNewContext(ctorMsg);