1 write to _properties
mscorlib (1)
system\runtime\remoting\message.cs (1)
240Interlocked.CompareExchange(ref _properties,
5 references to _properties
mscorlib (5)
system\runtime\remoting\message.cs (5)
172if (_properties != null) 177((IDictionary)_properties).Clear(); 227return _properties != null; 238if (_properties == null) 244return (IDictionary)_properties;