3 writes to maxReadPoolSize
System.ServiceModel.Web (3)
System\ServiceModel\Channels\WebMessageEncodingBindingElement.cs (3)
35this.maxReadPoolSize = EncoderDefaults.MaxReadPoolSize; 45this.maxReadPoolSize = elementToBeCloned.maxReadPoolSize; 78this.maxReadPoolSize = value;
4 references to maxReadPoolSize
System.ServiceModel.Web (4)
System\ServiceModel\Channels\WebMessageEncodingBindingElement.cs (4)
45this.maxReadPoolSize = elementToBeCloned.maxReadPoolSize; 69return this.maxReadPoolSize; 202wmiInstance.SetProperty(AdministrationStrings.MaxReadPoolSize, this.maxReadPoolSize); 252if (this.maxReadPoolSize != other.MaxReadPoolSize)