4 references to StartBackgroundReceive
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DuplexChannelBinder.cs (4)
1046
_messageDequeuedCallback = new Action(
StartBackgroundReceive
); // kick off a new receive when a message is picked up
1457
this.
StartBackgroundReceive
();
1463
this.
StartBackgroundReceive
();
1479
this.
StartBackgroundReceive
();