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