2 instantiations of DurableMessageDispatchInspector
System.WorkflowServices (2)
System\ServiceModel\Description\DurableServiceAttribute.cs (1)
186endpointDispatcher.DispatchRuntime.MessageInspectors.Add(new DurableMessageDispatchInspector(serviceEndPoint.Contract.SessionMode));
System\ServiceModel\Description\WorkflowServiceBehavior.cs (1)
344endPointDispatcher.DispatchRuntime.MessageInspectors.Add(new DurableMessageDispatchInspector(serviceEndPoint.Contract.SessionMode));
2 references to DurableMessageDispatchInspector
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\DurableErrorHandler.cs (1)
26DurableMessageDispatchInspector.SuppressContextOnReply(OperationContext.Current);
System\ServiceModel\Dispatcher\DurableInstanceContextProvider.cs (1)
104message.Properties[DurableMessageDispatchInspector.NewDurableInstanceIdPropertyName] = instanceId;