1 write to AsynchronousSendEnabled
System.ServiceModel (1)
System\ServiceModel\Configuration\DispatcherSynchronizationElement.cs (1)
45this.AsynchronousSendEnabled = source.AsynchronousSendEnabled;
2 references to AsynchronousSendEnabled
System.ServiceModel (2)
System\ServiceModel\Configuration\DispatcherSynchronizationElement.cs (2)
45this.AsynchronousSendEnabled = source.AsynchronousSendEnabled; 51return new DispatcherSynchronizationBehavior(this.AsynchronousSendEnabled, this.MaxPendingReceives);