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