2 writes to MaxBufferPoolSize
System.ServiceModel (2)
System\ServiceModel\Configuration\HttpBindingBaseElement.cs (1)
140httpBindingBase.MaxBufferPoolSize = this.MaxBufferPoolSize;
System\ServiceModel\HttpBindingBase.cs (1)
338this.MaxBufferPoolSize = transport.MaxBufferPoolSize;
1 reference to MaxBufferPoolSize
System.ServiceModel (1)
System\ServiceModel\Configuration\HttpBindingBaseElement.cs (1)
124SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxBufferPoolSize, httpBindingBase.MaxBufferPoolSize);