1 write to maxPendingAccepts
System.ServiceModel (1)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (1)
183this.maxPendingAccepts = channelListener.MaxPendingAccepts;
1 reference to maxPendingAccepts
System.ServiceModel (1)
System\ServiceModel\Channels\ExclusiveTcpTransportManager.cs (1)
237&& (this.maxPendingAccepts == channelListener.MaxPendingAccepts));