2 writes to properties
System.ServiceModel (2)
System\ServiceModel\Channels\Message.cs (2)
996this.properties = new MessageProperties(properties); 1040properties = new MessageProperties();
6 references to properties
System.ServiceModel (6)
System\ServiceModel\Channels\Message.cs (6)
1039if (properties == null) 1041return properties; 1047MessageProperties prop = this.properties; 1057MessageProperties prop = this.properties; 1112if (properties != null) 1113properties.Dispose();