4 references to AddOrReplaceInMessageProperties
System.ServiceModel (1)
System\ServiceModel\Channels\ContextMessageProperty.cs (1)
107
this.
AddOrReplaceInMessageProperties
(message.Properties);
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (1)
543
outgoingContextMessageProperty.
AddOrReplaceInMessageProperties
(thisPtr.operationContext.OutgoingMessageProperties);
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\WorkflowOperationAsyncResult.cs (1)
312
new ContextMessageProperty(this.outgoingContextProperties).
AddOrReplaceInMessageProperties
(OperationContext.Current.OutgoingMessageProperties);
System\Workflow\Runtime\Hosting\ChannelManagerService.cs (1)
172
new ContextMessageProperty(logicalChannel.Context).
AddOrReplaceInMessageProperties
(OperationContext.Current.OutgoingMessageProperties);