1 write to ConcurrencyMode
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\CallbackBehaviorAttribute.cs (1)
48
dispatchRuntime.
ConcurrencyMode
= _concurrencyMode;
3 references to ConcurrencyMode
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
554
if ((dispatchBehavior != null) && (dispatchBehavior.
ConcurrencyMode
== ConcurrencyMode.Single))
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (2)
20
_concurrencyMode = runtime.
ConcurrencyMode
;
60
if (endpointDispatcher.DispatchRuntime.
ConcurrencyMode
!= ConcurrencyMode.Single)