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)
256
values.Add(_properties[i].
Value
);
362
this[property.Name] = property.
Value
;
401
!currentValue.TryMergeWithProperty(property.
Value
))
405
this[property.Name] = property.
Value
;
568
value = _properties[index].
Value
;
756
array[index++] = new KeyValuePair<string, object>(propertyName, CreateCopyOfPropertyValue(_properties[i].
Value
));
826
pairs.Add(new KeyValuePair<string, object>(propertyName, _properties[i].
Value
));