2 references to DispatcherSynchronizationBehavior
System.ServiceModel (2)
System\ServiceModel\Configuration\DispatcherSynchronizationElement.cs (1)
51
return new
DispatcherSynchronizationBehavior
(this.AsynchronousSendEnabled, this.MaxPendingReceives);
System\ServiceModel\Description\DispatcherSynchronizationBehavior.cs (1)
13
this
(false, MultipleReceiveBinder.MultipleReceiveDefaults.MaxPendingReceives)