1 write to Value
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\MessageProperties.cs (1)
745_properties[index].Value = CreateCopyOfPropertyValue(value);
7 references to Value
System.ServiceModel.Primitives (7)
System\ServiceModel\Channels\MessageProperties.cs (7)
298values.Add(_properties[i].Value); 417this[property.Name] = property.Value; 456!currentValue.TryMergeWithProperty(property.Value)) 460this[property.Name] = property.Value; 650value = _properties[index].Value; 862array[index++] = new KeyValuePair<string, object>(propertyName, CreateCopyOfPropertyValue(_properties[i].Value)); 957pairs.Add(new KeyValuePair<string, object>(propertyName, _properties[i].Value));