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