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