2 writes to ReceiveSynchronously
System.ServiceModel (2)
System\ServiceModel\Description\DispatcherBuilder.cs (1)
1223endpointDispatcher.ChannelDispatcher.ReceiveSynchronously = runtimePreferences.ReceiveSynchronously;
System\ServiceModel\Description\SynchronousReceiveBehavior.cs (1)
29endpointDispatcher.ChannelDispatcher.ReceiveSynchronously = true;
1 reference to ReceiveSynchronously
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
113this.receiveSynchronously = channelDispatcher.ReceiveSynchronously;