2 writes to _properties
mscorlib (2)
system\runtime\remoting\message.cs (2)
946Interlocked.CompareExchange(ref _properties, properties, null); 2761_properties = new MRMDictionary(this, null);
5 references to _properties
mscorlib (5)
system\runtime\remoting\message.cs (5)
943if (_properties == null) 948return(IDictionary) _properties; 2759if (_properties == null) 2763return(MRMDictionary) _properties; 2792return _properties != null;