1 write to properties
System.ServiceModel (1)
System\ServiceModel\Channels\MessageBuffer.cs (1)
93properties = new KeyValuePair<string, object>[message.Properties.Count];
4 references to properties
System.ServiceModel (4)
System\ServiceModel\Channels\MessageBuffer.cs (4)
94((ICollection<KeyValuePair<string, object>>)message.Properties).CopyTo(properties, 0); 125for (int i = 0; i < this.properties.Length; i++) 127IDisposable disposable = this.properties[i].Value as IDisposable; 151msg.Properties.CopyProperties(properties);