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