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)
5044if (_props == null) 5048if (_props == null) 5054return _props; 5214info.AddValue("props", _props, typeof(IDictionary));