2 writes to MaxBufferPoolSize
System.ServiceModel (2)
System\ServiceModel\Configuration\WSDualHttpBindingElement.cs (1)
154wspBinding.MaxBufferPoolSize = this.MaxBufferPoolSize;
System\ServiceModel\WSDualHttpBinding.cs (1)
239this.MaxBufferPoolSize = transport.MaxBufferPoolSize;
1 reference to MaxBufferPoolSize
System.ServiceModel (1)
System\ServiceModel\Configuration\WSDualHttpBindingElement.cs (1)
134SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxBufferPoolSize, wspBinding.MaxBufferPoolSize);