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