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