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