2 writes to receiveSynchronously
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
96this.receiveSynchronously = false; 314this.receiveSynchronously = value;
1 reference to receiveSynchronously
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
309return this.receiveSynchronously;