3 writes to maxReadPoolSize
System.ServiceModel (3)
System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (3)
41
this.
maxReadPoolSize
= EncoderDefaults.MaxReadPoolSize;
53
this.
maxReadPoolSize
= elementToBeCloned.maxReadPoolSize;
76
this.
maxReadPoolSize
= value;
3 references to maxReadPoolSize
System.ServiceModel (3)
System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (3)
53
this.maxReadPoolSize = elementToBeCloned.
maxReadPoolSize
;
67
return this.
maxReadPoolSize
;
245
if (this.
maxReadPoolSize
!= mtom.MaxReadPoolSize)