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