3 writes to _maxPendingAccepts
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
50_maxPendingAccepts = HttpTransportDefaults.DefaultMaxPendingAccepts; 72_maxPendingAccepts = elementToBeCloned._maxPendingAccepts; 254_maxPendingAccepts = value;
2 references to _maxPendingAccepts
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
72_maxPendingAccepts = elementToBeCloned._maxPendingAccepts; 238return _maxPendingAccepts;