2 writes to MaxBufferPoolSize
System.ServiceModel (2)
System\ServiceModel\Configuration\WSHttpBindingBaseElement.cs (1)
132wspBinding.MaxBufferPoolSize = this.MaxBufferPoolSize;
System\ServiceModel\WSHttpBindingBase.cs (1)
228this.MaxBufferPoolSize = transport.MaxBufferPoolSize;
1 reference to MaxBufferPoolSize
System.ServiceModel (1)
System\ServiceModel\Configuration\WSHttpBindingBaseElement.cs (1)
115SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxBufferPoolSize, wspBinding.MaxBufferPoolSize);