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