4 references to QueueNameHelper
System.WorkflowServices (4)
System\ServiceModel\Dispatcher\WorkflowOperationAsyncResult.cs (1)
62queueName = QueueNameHelper.Create(workflowOperationInvoker.StaticQueueName, workflowRequestContext.ContextProperties);
System\ServiceModel\Dispatcher\WorkflowOperationInvoker.cs (1)
65staticQueueName = QueueNameHelper.Create(this.syncMethod.DeclaringType, operationDescription.Name);
System\Workflow\Activities\ReceiveActivity.cs (2)
1425this.baseQueueName = QueueNameHelper.Create(methodInfo.DeclaringType, this.operationName); 1491return QueueNameHelper.Create(this.baseQueueName, context);