3 writes to _maxBufferSize
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
49
_maxBufferSize
= TransportDefaults.MaxBufferSize;
70
_maxBufferSize
= elementToBeCloned._maxBufferSize;
228
_maxBufferSize
= value;
4 references to _maxBufferSize
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (4)
70
_maxBufferSize = elementToBeCloned.
_maxBufferSize
;
211
return
_maxBufferSize
;
590
if (
_maxBufferSize
!= http.
_maxBufferSize
)