1 write to onStartAccepting
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
1673
this.
onStartAccepting
= new Action<object>(OnStartAcceptingCallback);
2 references to onStartAccepting
System.ServiceModel (2)
System\ServiceModel\Channels\ChannelDemuxer.cs (2)
1671
if (this.
onStartAccepting
== null)
1676
return this.
onStartAccepting
;