1 write to _d
mscorlib (1)
system\runtime\remoting\message.cs (1)
2476
_d
= new MRMDictionary(this, _h);
4 references to _d
mscorlib (4)
system\runtime\remoting\message.cs (4)
2346
if (null !=
_d
)
2349
_d
.Clear();
2474
if (
_d
== null)
2478
return
_d
;