3 writes to maxWritePoolSize
System.ServiceModel.Web (3)
System\ServiceModel\Channels\WebMessageEncodingBindingElement.cs (3)
36
this.
maxWritePoolSize
= EncoderDefaults.MaxWritePoolSize;
46
this.
maxWritePoolSize
= elementToBeCloned.maxWritePoolSize;
95
this.
maxWritePoolSize
= value;
4 references to maxWritePoolSize
System.ServiceModel.Web (4)
System\ServiceModel\Channels\WebMessageEncodingBindingElement.cs (4)
46
this.maxWritePoolSize = elementToBeCloned.
maxWritePoolSize
;
86
return this.
maxWritePoolSize
;
203
wmiInstance.SetProperty(AdministrationStrings.MaxWritePoolSize, this.
maxWritePoolSize
);
256
if (this.
maxWritePoolSize
!= other.MaxWritePoolSize)