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