5 references to Single
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\CallbackBehaviorAttribute.cs (1)
14private ConcurrencyMode _concurrencyMode = ConcurrencyMode.Single;
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
554if ((dispatchBehavior != null) && (dispatchBehavior.ConcurrencyMode == ConcurrencyMode.Single))
FrameworkFork\System.ServiceModel\System\ServiceModel\ConcurrencyMode.cs (1)
19x == ConcurrencyMode.Single ||
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (2)
31if (concurrencyMode != ConcurrencyMode.Single) 60if (endpointDispatcher.DispatchRuntime.ConcurrencyMode != ConcurrencyMode.Single)