1 write to AssociateInstanceKeyToInstanceId
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (1)
524
AssociateInstanceKeyToInstanceId
= suggestedIdOrId == Guid.Empty ? Guid.NewGuid() : suggestedIdOrId,
3 references to AssociateInstanceKeyToInstanceId
System.Activities (2)
System\Activities\DurableInstancing\LoadWorkflowByInstanceKeyCommand.cs (2)
45
return (this.keysToAssociate == null || this.keysToAssociate.Count == 0) &&
AssociateInstanceKeyToInstanceId
== Guid.Empty;
73
if (
AssociateInstanceKeyToInstanceId
== Guid.Empty)
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\LoadWorkflowByKeyAsyncResult.cs (1)
35
Guid instanceId = keyLoadCommand.
AssociateInstanceKeyToInstanceId
;