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