2 references to NewDurableInstanceIdPropertyName
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\DurableInstanceContextProvider.cs (1)
104
message.Properties[DurableMessageDispatchInspector.
NewDurableInstanceIdPropertyName
] = instanceId;
System\ServiceModel\Dispatcher\DurableMessageDispatchInspector.cs (1)
44
if (request.Properties.TryGetValue(
NewDurableInstanceIdPropertyName
, out result))