2 implementations of TryMergeWithProperty
System.ServiceModel (2)
System\ServiceModel\Channels\HttpRequestMessageProperty.cs (1)
171bool IMergeEnabledMessageProperty.TryMergeWithProperty(object propertyToMerge)
System\ServiceModel\Channels\HttpResponseMessageProperty.cs (1)
196bool IMergeEnabledMessageProperty.TryMergeWithProperty(object propertyToMerge)
1 reference to TryMergeWithProperty
System.ServiceModel (1)
System\ServiceModel\Channels\MessageProperties.cs (1)
405!currentValue.TryMergeWithProperty(property.Value))