3 writes to maxWritePoolSize
System.ServiceModel (3)
System\ServiceModel\Channels\TextMessageEncodingBindingElement.cs (3)
40this.maxWritePoolSize = EncoderDefaults.MaxWritePoolSize; 51this.maxWritePoolSize = elementToBeCloned.maxWritePoolSize; 90this.maxWritePoolSize = value;
3 references to maxWritePoolSize
System.ServiceModel (3)
System\ServiceModel\Channels\TextMessageEncodingBindingElement.cs (3)
51this.maxWritePoolSize = elementToBeCloned.maxWritePoolSize; 81return this.maxWritePoolSize; 219if (this.maxWritePoolSize != text.MaxWritePoolSize)