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