6 references to Single
Client.ChannelLayer.IntegrationTests (1)
DuplexChannelShapeTests.4.0.0.cs (1)
193
[CallbackBehavior(ConcurrencyMode = ConcurrencyMode.
Single
, UseSynchronizationContext = false)]
System.ServiceModel.Primitives (5)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
15
private ConcurrencyMode _concurrencyMode = ConcurrencyMode.
Single
;
System\ServiceModel\Channels\ServiceChannel.cs (1)
534
if ((dispatchBehavior != null) && (dispatchBehavior.ConcurrencyMode == ConcurrencyMode.
Single
))
System\ServiceModel\ConcurrencyMode.cs (1)
20
x == ConcurrencyMode.
Single
||
System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (2)
30
if (concurrencyMode != ConcurrencyMode.
Single
)
59
if (endpointDispatcher.DispatchRuntime.ConcurrencyMode != ConcurrencyMode.
Single
)