1 write to concurrency
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
79
this.
concurrency
= new ConcurrencyBehavior(dispatch);
5 references to concurrency
System.ServiceModel (5)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (5)
664
return this.
concurrency
.IsConcurrent(ref rpc);
980
if (this.
concurrency
.IsConcurrent(ref rpc))
1019
this.
concurrency
.LockInstance(ref rpc);
1153
if (this.
concurrency
.IsConcurrent(ref rpc) && !(rpc.Operation.Invoker is IManualConcurrencyOperationInvoker))
1591
this.
concurrency
.UnlockInstance(ref rpc);