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