1 write to isSynchronous
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
79this.isSynchronous = operation.Invoker.IsSynchronous;
5 references to isSynchronous
System.ServiceModel (5)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (5)
178get { return this.isSynchronous; } 509if (this.isSynchronous) 587if (this.isSynchronous && DS.OperationInvokerIsEnabled()) 593if (this.isSynchronous) 680if ((rpc.Error == null) && !this.isSynchronous)