1 write to concurrencyMode
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
166this.concurrencyMode = value;
2 references to concurrencyMode
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (2)
159return this.concurrencyMode; 757if (this.concurrencyMode != ConcurrencyMode.Single && this.ensureOrderedDispatch)