2 writes to ExternalProperties
mscorlib (2)
system\runtime\remoting\message.cs (2)
4679ExternalProperties = new MRMDictionary(this, InternalProperties); 4917ExternalProperties = new CRMDictionary(this, InternalProperties);
5 references to ExternalProperties
mscorlib (5)
system\runtime\remoting\message.cs (5)
4677if (ExternalProperties == null) 4681return ExternalProperties; 4834return (ExternalProperties != null) || (InternalProperties != null); 4915if (ExternalProperties == null) 4919return ExternalProperties;