1 write to _properties
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\MessageBuffer.cs (1)
71
_properties
= new KeyValuePair<string, object>[message.Properties.Count];
4 references to _properties
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\MessageBuffer.cs (4)
72
((ICollection<KeyValuePair<string, object>>)message.Properties).CopyTo(
_properties
, 0);
106
for (int i = 0; i <
_properties
.Length; i++)
108
IDisposable disposable =
_properties
[i].Value as IDisposable;
136
msg.Properties.CopyProperties(
_properties
);