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