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