4 writes to properties
System.ServiceModel (4)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (4)
1605properties = recycledMessageState.TakeProperties(); 1608this.properties = new MessageProperties(); 1637this.properties = recycledMessageState.TakeProperties(); 1640this.properties = new MessageProperties();
7 references to properties
System.ServiceModel (7)
System\ServiceModel\Channels\BinaryMessageEncoder.cs (7)
1606if (properties == null) 1638if (this.properties == null) 1644this.properties.CopyProperties(properties); 1689return properties; 1695MessageProperties prop = this.properties; 1758properties.Dispose(); 1794recycledMessageState.ReturnProperties(properties);