3 writes to _maxBufferPoolSize
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\TransportBindingElement.cs (3)
23_maxBufferPoolSize = TransportDefaults.MaxBufferPoolSize; 31_maxBufferPoolSize = elementToBeCloned._maxBufferPoolSize; 63_maxBufferPoolSize = value;
3 references to _maxBufferPoolSize
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\TransportBindingElement.cs (3)
31_maxBufferPoolSize = elementToBeCloned._maxBufferPoolSize; 54return _maxBufferPoolSize; 165if (_maxBufferPoolSize != transport.MaxBufferPoolSize)