2 references to StaticQueueName
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\WorkflowOperationAsyncResult.cs (2)
58
queueName = workflowOperationInvoker.
StaticQueueName
;
62
queueName = QueueNameHelper.Create(workflowOperationInvoker.
StaticQueueName
, workflowRequestContext.ContextProperties);