1 write to MaxWritePoolSize
System.ServiceModel.Web (1)
System\ServiceModel\Configuration\WebMessageEncodingElement.cs (1)
84binding.MaxWritePoolSize = this.MaxWritePoolSize;
2 references to MaxWritePoolSize
System.ServiceModel.Web (2)
System\ServiceModel\Channels\WebMessageEncodingBindingElement.cs (2)
179return new WebMessageEncoderFactory(this.WriteEncoding, this.MaxReadPoolSize, this.MaxWritePoolSize, this.ReaderQuotas, this.ContentTypeMapper, this.CrossDomainScriptAccessEnabled); 256if (this.maxWritePoolSize != other.MaxWritePoolSize)