3 writes to InternalProperties
mscorlib (3)
system\runtime\remoting\message.cs (3)
3687
InternalProperties
= new Hashtable();
3864
InternalProperties
= new Hashtable();
4063
InternalProperties
= new Hashtable();
9 references to InternalProperties
mscorlib (9)
system\runtime\remoting\message.cs (9)
3456
Object fUnordered = (null ==
InternalProperties
? null :
InternalProperties
["__UnorderedParams"]);
3685
if (
InternalProperties
== null)
3691
ExternalProperties = new MCMDictionary(this,
InternalProperties
);
3760
return (ExternalProperties != null) || (
InternalProperties
!= null);
3862
if (
InternalProperties
== null)
3866
InternalProperties
[key] = value;
4061
if (
InternalProperties
== null)
4067
ExternalProperties = new CCMDictionary(this,
InternalProperties
);