1 write to concurrencyMode
System.ServiceModel (1)
System\ServiceModel\ServiceBehaviorAttribute.cs (1)
164
this.
concurrencyMode
= value;
3 references to concurrencyMode
System.ServiceModel (3)
System\ServiceModel\ServiceBehaviorAttribute.cs (3)
156
get { return this.
concurrencyMode
; }
350
if (this.
concurrencyMode
!= ConcurrencyMode.Single && this.ensureOrderedDispatch)
382
behavior.ConcurrencyMode = this.
concurrencyMode
;