1 write to concurrencyMode
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (1)
21this.concurrencyMode = runtime.ConcurrencyMode;
4 references to concurrencyMode
System.ServiceModel (4)
System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (4)
33return IsConcurrent(this.concurrencyMode, this.enforceOrderedReceive, rpc.Channel.HasSession, this.supportsTransactedBatch); 98if (this.concurrencyMode != ConcurrencyMode.Multiple) 114if (this.concurrencyMode == ConcurrencyMode.Reentrant) 123if (this.concurrencyMode != ConcurrencyMode.Multiple)