2 references to Create
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\WorkflowOperationInvoker.cs (1)
65
staticQueueName = QueueNameHelper.
Create
(this.syncMethod.DeclaringType, operationDescription.Name);
System\Workflow\Activities\ReceiveActivity.cs (1)
1425
this.baseQueueName = QueueNameHelper.
Create
(methodInfo.DeclaringType, this.operationName);