3 writes to InternalProperties
mscorlib (3)
system\runtime\remoting\message.cs (3)
4675
InternalProperties
= new Hashtable();
4787
InternalProperties
= new Hashtable();
4913
InternalProperties
= new Hashtable();
9 references to InternalProperties
mscorlib (9)
system\runtime\remoting\message.cs (9)
4441
Object fUnordered = (
InternalProperties
== null) ? null :
InternalProperties
["__UnorderedParams"];
4673
if (
InternalProperties
== null)
4679
ExternalProperties = new MRMDictionary(this,
InternalProperties
);
4785
if (
InternalProperties
== null)
4789
InternalProperties
[name] = value;
4834
return (ExternalProperties != null) || (
InternalProperties
!= null);
4911
if (
InternalProperties
== null)
4917
ExternalProperties = new CRMDictionary(this,
InternalProperties
);