5 references to WorkflowIdentityKey
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (1)
793
this.updatedIdentity = new
WorkflowIdentityKey
(GetIdentityForControlOperation(this.inputs));
System\ServiceModel\Activities\WorkflowDefinitionProvider.cs (4)
84
WorkflowIdentityKey identityKey = new
WorkflowIdentityKey
(workflowService.DefinitionIdentity);
108
return this.definitionCollection.Remove(new
WorkflowIdentityKey
(workflowService.DefinitionIdentity));
143
else if (this.definitionCollection.TryGetValue(new
WorkflowIdentityKey
(workflowIdentity), out workflowService))
160
this.definitionCollection.TryGetValue(new
WorkflowIdentityKey
(updatedIdentity), out workflowService);