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