4 implementations of ReceiveSynchronously
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (1)
180bool IBindingRuntimePreferences.ReceiveSynchronously
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeBinding.cs (1)
105bool IBindingRuntimePreferences.ReceiveSynchronously
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (1)
171bool IBindingRuntimePreferences.ReceiveSynchronously
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (1)
141bool IBindingRuntimePreferences.ReceiveSynchronously
1 reference to ReceiveSynchronously
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DispatcherBuilder.cs (1)
295endpointDispatcher.ChannelDispatcher.ReceiveSynchronously = runtimePreferences.ReceiveSynchronously;