2 references to DispatcherSynchronizationBehavior
System.ServiceModel.Discovery (2)
System\ServiceModel\Discovery\AnnouncementEndpoint.cs (1)
36this.EndpointBehaviors.Add(new DispatcherSynchronizationBehavior { AsynchronousSendEnabled = true });
System\ServiceModel\Discovery\UdpDiscoveryEndpoint.cs (1)
64base.Behaviors.Add(new DispatcherSynchronizationBehavior { AsynchronousSendEnabled = true });