1 write to onReceiveComplete
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
1375this.onReceiveComplete = Fx.ThunkCallback(new AsyncCallback(this.OnReceiveComplete));
1 reference to onReceiveComplete
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableChannelListener.cs (1)
1552IAsyncResult result = this.BeginTryReceiveItem(channel, this.onReceiveComplete, channel);