2 writes to ExternalProperties
mscorlib (2)
system\runtime\remoting\message.cs (2)
3691ExternalProperties = new MCMDictionary(this, InternalProperties); 4067ExternalProperties = new CCMDictionary(this, InternalProperties);
5 references to ExternalProperties
mscorlib (5)
system\runtime\remoting\message.cs (5)
3689if (ExternalProperties == null) 3693return ExternalProperties; 3760return (ExternalProperties != null) || (InternalProperties != null); 4065if (ExternalProperties == null) 4069return ExternalProperties;