2 writes to properties
System.ServiceModel (2)
System\ServiceModel\Channels\MessageBuffer.cs (2)
282this.properties = properties; 304properties = null;
2 references to properties
System.ServiceModel (2)
System\ServiceModel\Channels\MessageBuffer.cs (2)
315return new BodyWriterMessage(headers, properties, bodyWriter); 331get { return properties; }