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