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); 106for (int i = 0; i < _properties.Length; i++) 108IDisposable disposable = _properties[i].Value as IDisposable; 136msg.Properties.CopyProperties(_properties);