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
;
238
return
_maxPendingAccepts
;