3 writes to _maxBufferSize
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (3)
28_maxBufferSize = TransportDefaults.MaxBufferSize; 38_maxBufferSize = elementToBeCloned._maxBufferSize; 122_maxBufferSize = value;
4 references to _maxBufferSize
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (4)
38_maxBufferSize = elementToBeCloned._maxBufferSize; 100return _maxBufferSize; 205if (_maxBufferSize != connection._maxBufferSize)