1 write to concurrencyMode
System.ServiceModel (1)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
89this.concurrencyMode = value;
2 references to concurrencyMode
System.ServiceModel (2)
System\ServiceModel\CallbackBehaviorAttribute.cs (2)
81get { return this.concurrencyMode; } 185dispatchRuntime.ConcurrencyMode = this.concurrencyMode;