2 writes to syncMethod
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\WorkflowOperationInvoker.cs (2)
51
this.
syncMethod
= operationDescription.BeginMethod;
56
this.
syncMethod
= operationDescription.SyncMethod;
1 reference to syncMethod
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowOperationInvoker.cs (1)
65
staticQueueName = QueueNameHelper.Create(this.
syncMethod
.DeclaringType, operationDescription.Name);