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