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