2 writes to properties
System.ServiceModel (2)
System\ServiceModel\Channels\Message.cs (2)
1502properties = recycledMessageState.TakeProperties(); 1504this.properties = new MessageProperties();
4 references to properties
System.ServiceModel (4)
System\ServiceModel\Channels\Message.cs (4)
1503if (properties == null) 1593return properties; 1687properties.Dispose(); 1715recycledMessageState.ReturnProperties(properties);