3 writes to maxReadPoolSize
System.ServiceModel (3)
System\ServiceModel\Channels\TextMessageEncodingBindingElement.cs (3)
39this.maxReadPoolSize = EncoderDefaults.MaxReadPoolSize; 50this.maxReadPoolSize = elementToBeCloned.maxReadPoolSize; 72this.maxReadPoolSize = value;
3 references to maxReadPoolSize
System.ServiceModel (3)
System\ServiceModel\Channels\TextMessageEncodingBindingElement.cs (3)
50this.maxReadPoolSize = elementToBeCloned.maxReadPoolSize; 63return this.maxReadPoolSize; 217if (this.maxReadPoolSize != text.MaxReadPoolSize)