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