3 writes to maxReadPoolSize
System.ServiceModel (3)
System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (3)
41this.maxReadPoolSize = EncoderDefaults.MaxReadPoolSize; 53this.maxReadPoolSize = elementToBeCloned.maxReadPoolSize; 76this.maxReadPoolSize = value;
3 references to maxReadPoolSize
System.ServiceModel (3)
System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (3)
53this.maxReadPoolSize = elementToBeCloned.maxReadPoolSize; 67return this.maxReadPoolSize; 245if (this.maxReadPoolSize != mtom.MaxReadPoolSize)