2 writes to _properties
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\Message.cs (2)
1055_properties = new MessageProperties(properties); 1108_properties = new MessageProperties();
4 references to _properties
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\Message.cs (4)
1106if (_properties == null) 1111return _properties; 1163if (_properties != null) 1165_properties.Dispose();