3 references to IsConcurrent
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (3)
664
return this.concurrency.
IsConcurrent
(ref rpc);
980
if (this.concurrency.
IsConcurrent
(ref rpc))
1153
if (this.concurrency.
IsConcurrent
(ref rpc) && !(rpc.Operation.Invoker is IManualConcurrencyOperationInvoker))