4 references to CreateCopyOfPropertyValue
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\MessageProperties.cs (4)
745_properties[index].Value = CreateCopyOfPropertyValue(value); 764Security = (SecurityMessageProperty)CreateCopyOfPropertyValue(value); 802object newValue = CreateCopyOfPropertyValue(value); 862array[index++] = new KeyValuePair<string, object>(propertyName, CreateCopyOfPropertyValue(_properties[i].Value));