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)
298
values.Add(_properties[i].
Value
);
417
this[property.Name] = property.
Value
;
456
!currentValue.TryMergeWithProperty(property.
Value
))
460
this[property.Name] = property.
Value
;
650
value = _properties[index].
Value
;
862
array[index++] = new KeyValuePair<string, object>(propertyName, CreateCopyOfPropertyValue(_properties[i].
Value
));
957
pairs.Add(new KeyValuePair<string, object>(propertyName, _properties[i].
Value
));