1 write to _properties
mscorlib (1)
system\runtime\remoting\message.cs (1)
1312
Interlocked.CompareExchange(ref
_properties
, properties, null);
2 references to _properties
mscorlib (2)
system\runtime\remoting\message.cs (2)
1309
if (
_properties
== null)
1314
return(IDictionary)
_properties
;