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