1 write to ConcurrencyMode
System.ServiceModel.Primitives (1)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
57dispatchRuntime.ConcurrencyMode = _concurrencyMode;
3 references to ConcurrencyMode
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ServiceChannel.cs (1)
534if ((dispatchBehavior != null) && (dispatchBehavior.ConcurrencyMode == ConcurrencyMode.Single))
System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (2)
19_concurrencyMode = runtime.ConcurrencyMode; 59if (endpointDispatcher.DispatchRuntime.ConcurrencyMode != ConcurrencyMode.Single)