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