1 write to Value
System.ServiceModel (1)
System\ServiceModel\Channels\MessageProperties.cs (1)
665
properties[index].
Value
= CreateCopyOfPropertyValue(value);
7 references to Value
System.ServiceModel (7)
System\ServiceModel\Channels\MessageProperties.cs (7)
260
values.Add(properties[i].
Value
);
366
this[property.Name] = property.
Value
;
405
!currentValue.TryMergeWithProperty(property.
Value
))
409
this[property.Name] = property.
Value
;
573
value = properties[index].
Value
;
761
array[index++] = new KeyValuePair<string, object>(propertyName, CreateCopyOfPropertyValue(properties[i].
Value
));
831
pairs.Add(new KeyValuePair<string, object>(propertyName, properties[i].
Value
));