1 write to Value
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (1)
660_properties[index].Value = CreateCopyOfPropertyValue(value);
7 references to Value
dotnet-svcutil-lib (7)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (7)
256values.Add(_properties[i].Value); 362this[property.Name] = property.Value; 401!currentValue.TryMergeWithProperty(property.Value)) 405this[property.Name] = property.Value; 568value = _properties[index].Value; 756array[index++] = new KeyValuePair<string, object>(propertyName, CreateCopyOfPropertyValue(_properties[i].Value)); 826pairs.Add(new KeyValuePair<string, object>(propertyName, _properties[i].Value));