3 writes to maxBufferPoolSize
System.ServiceModel (3)
System\ServiceModel\Channels\TransportBindingElement.cs (3)
27this.maxBufferPoolSize = TransportDefaults.MaxBufferPoolSize; 35this.maxBufferPoolSize = elementToBeCloned.maxBufferPoolSize; 67this.maxBufferPoolSize = value;
3 references to maxBufferPoolSize
System.ServiceModel (3)
System\ServiceModel\Channels\TransportBindingElement.cs (3)
35this.maxBufferPoolSize = elementToBeCloned.maxBufferPoolSize; 58return this.maxBufferPoolSize; 214if (this.maxBufferPoolSize != transport.MaxBufferPoolSize)