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