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; 211return _maxBufferSize; 590if (_maxBufferSize != http._maxBufferSize)