2 writes to sendAsynchronously
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
114
this.
sendAsynchronously
= channelDispatcher.SendAsynchronously;
205
this.
sendAsynchronously
= handler.sendAsynchronously;
2 references to sendAsynchronously
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
205
this.sendAsynchronously = handler.
sendAsynchronously
;
1260
if (this.
sendAsynchronously
)