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