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