Implemented interface member:
5 references to Add
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncoder.cs (1)
811message.Properties.Add(SupportedCompressionTypesMessageProperty, supportedCompressionTypes);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ChannelBindingMessageProperty.cs (1)
97properties.Add(ChannelBindingMessageProperty.Name, this);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpResponseMessageHelper.cs (1)
123message.Properties.Add(HttpResponseMessageProperty.Name, responseProperty);
FrameworkFork\System.ServiceModel\System\ServiceModel\Diagnostics\EventTraceActivityHelper.cs (1)
22message.Properties.Add(EventTraceActivity.Name, activity);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
448properties.Add(propertyDescription.Name, parameter);