4 references to CreateCopyOfPropertyValue
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageProperties.cs (4)
660
_properties[index].Value =
CreateCopyOfPropertyValue
(value);
676
Security = (SecurityMessageProperty)
CreateCopyOfPropertyValue
(value);
714
object newValue =
CreateCopyOfPropertyValue
(value);
756
array[index++] = new KeyValuePair<string, object>(propertyName,
CreateCopyOfPropertyValue
(_properties[i].Value));