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