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