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)
15private ConcurrencyMode _concurrencyMode = ConcurrencyMode.Single;
System\ServiceModel\Channels\ServiceChannel.cs (1)
534if ((dispatchBehavior != null) && (dispatchBehavior.ConcurrencyMode == ConcurrencyMode.Single))
System\ServiceModel\ConcurrencyMode.cs (1)
20x == ConcurrencyMode.Single ||
System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (2)
30if (concurrencyMode != ConcurrencyMode.Single) 59if (endpointDispatcher.DispatchRuntime.ConcurrencyMode != ConcurrencyMode.Single)