5 references to EventQueueName
System.Workflow.Activities (5)
LocalService\CorrelationService.cs (2)
135return new EventQueueName(interfaceType, methodName, corrvalues); 278EventQueueName key = new EventQueueName(interfaceType, initializermethodName, corrValues);
LocalService\CorrelationTokenInvalidatedHandler.cs (1)
67EventQueueName queueId = new EventQueueName(this.interfaceType, this.followerOperation, correlationValues);
LocalService\FollowerQueueCreator.cs (1)
59EventQueueName queueName = new EventQueueName(staticId.InterfaceType, this.followerOperation, corrValues);
LocalService\WorkflowMessageEventHandler.cs (1)
158return new EventQueueName(this.proxiedType, this.eventName, predicates);