2 writes to _props
mscorlib (2)
system\runtime\remoting\message.cs (2)
5028
_props
= (IDictionary)info.GetValue("props", typeof(IDictionary));
5050
_props
= new Hashtable();
4 references to _props
mscorlib (4)
system\runtime\remoting\message.cs (4)
5044
if (
_props
== null)
5048
if (
_props
== null)
5054
return
_props
;
5214
info.AddValue("props",
_props
, typeof(IDictionary));