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