1 write to MaxReadPoolSize
System.ServiceModel.Web (1)
System\ServiceModel\Configuration\WebMessageEncodingElement.cs (1)
83binding.MaxReadPoolSize = this.MaxReadPoolSize;
2 references to MaxReadPoolSize
System.ServiceModel.Web (2)
System\ServiceModel\Channels\WebMessageEncodingBindingElement.cs (2)
179return new WebMessageEncoderFactory(this.WriteEncoding, this.MaxReadPoolSize, this.MaxWritePoolSize, this.ReaderQuotas, this.ContentTypeMapper, this.CrossDomainScriptAccessEnabled); 252if (this.maxReadPoolSize != other.MaxReadPoolSize)