3 writes to _maxBufferPoolSize
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElement.cs (3)
22_maxBufferPoolSize = TransportDefaults.MaxBufferPoolSize; 30_maxBufferPoolSize = elementToBeCloned._maxBufferPoolSize; 62_maxBufferPoolSize = value;
3 references to _maxBufferPoolSize
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElement.cs (3)
30_maxBufferPoolSize = elementToBeCloned._maxBufferPoolSize; 53return _maxBufferPoolSize; 164if (_maxBufferPoolSize != transport.MaxBufferPoolSize)