1 write to onReceive
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelFactory.cs (1)
555this.onReceive = Fx.ThunkCallback(new AsyncCallback(OnReceive));
2 references to onReceive
System.ServiceModel (2)
System\ServiceModel\Channels\OneWayChannelFactory.cs (2)
553if (this.onReceive == null) 558channel.BeginReceive(TimeSpan.MaxValue, this.onReceive, channel);