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