3 writes to receiveSynchronously
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
113this.receiveSynchronously = channelDispatcher.ReceiveSynchronously; 139receiveSynchronously = true; 194this.receiveSynchronously = true;
1 reference to receiveSynchronously
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
615if (this.receiveSynchronously)