3 writes to _maxPendingAccepts
System.ServiceModel.Http (3)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
44_maxPendingAccepts = HttpTransportDefaults.DefaultMaxPendingAccepts; 69_maxPendingAccepts = elementToBeCloned._maxPendingAccepts; 208_maxPendingAccepts = value;
2 references to _maxPendingAccepts
System.ServiceModel.Http (2)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
69_maxPendingAccepts = elementToBeCloned._maxPendingAccepts; 192return _maxPendingAccepts;