3 writes to maxReadPoolSize
System.ServiceModel (3)
System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (3)
28this.maxReadPoolSize = EncoderDefaults.MaxReadPoolSize; 41this.maxReadPoolSize = elementToBeCloned.maxReadPoolSize; 115this.maxReadPoolSize = value;
3 references to maxReadPoolSize
System.ServiceModel (3)
System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (3)
41this.maxReadPoolSize = elementToBeCloned.maxReadPoolSize; 106return this.maxReadPoolSize; 283if (this.maxReadPoolSize != binary.MaxReadPoolSize)