1 write to handleAcceptCallback
System.ServiceModel (1)
System\ServiceModel\Channels\OneWayChannelListener.cs (1)
750
this.
handleAcceptCallback
= new Action<object>(HandleAcceptCallback);
3 references to handleAcceptCallback
System.ServiceModel (3)
System\ServiceModel\Channels\OneWayChannelListener.cs (3)
748
if (this.
handleAcceptCallback
== null)
756
ActionItem.Schedule(
handleAcceptCallback
, pendingChannel);
765
ActionItem.Schedule(
handleAcceptCallback
, channel);