3 instantiations of MRMDictionary
mscorlib (3)
system\runtime\remoting\message.cs (3)
2476_d = new MRMDictionary(this, _h); 2761_properties = new MRMDictionary(this, null); 4679ExternalProperties = new MRMDictionary(this, InternalProperties);
2 references to MRMDictionary
mscorlib (2)
system\runtime\remoting\message.cs (2)
2328MRMDictionary _d; 2763return(MRMDictionary) _properties;