15 references to Single
System.ServiceModel (10)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
23ConcurrencyMode concurrencyMode = ConcurrencyMode.Single;
System\ServiceModel\Channels\ServiceChannel.cs (1)
584if ((dispatchBehavior != null) && (dispatchBehavior.ConcurrencyMode == ConcurrencyMode.Single))
System\ServiceModel\ConcurrencyMode.cs (1)
21x == ConcurrencyMode.Single ||
System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (2)
43if (concurrencyMode != ConcurrencyMode.Single) 77if (endpointDispatcher.DispatchRuntime.ConcurrencyMode != ConcurrencyMode.Single)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
757if (this.concurrencyMode != ConcurrencyMode.Single && this.ensureOrderedDispatch)
System\ServiceModel\Dispatcher\TransactionValidationBehavior.cs (1)
316return (attribute.ConcurrencyMode == ConcurrencyMode.Single);
System\ServiceModel\ServiceBehaviorAttribute.cs (3)
25ConcurrencyMode concurrencyMode = ConcurrencyMode.Single; 153[DefaultValue(ConcurrencyMode.Single)] 350if (this.concurrencyMode != ConcurrencyMode.Single && this.ensureOrderedDispatch)
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\RoutingBehavior.cs (2)
53dispatchRuntime.ConcurrencyMode = ConcurrencyMode.Single; 271dispatchOperation.Parent.ConcurrencyMode = ConcurrencyMode.Single;
System.WorkflowServices (3)
System\ServiceModel\Description\WorkflowServiceBehavior.cs (1)
297dispatchRuntime.ConcurrencyMode = ConcurrencyMode.Single;
System\ServiceModel\Dispatcher\DurableRuntimeValidator.cs (1)
57if (this.saveStateInOperationTransaction && this.concurrencyMode != ConcurrencyMode.Single)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (1)
103if (concurrencyMode != ConcurrencyMode.Single)