3 writes to maxWritePoolSize
System.ServiceModel (3)
System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (3)
29this.maxWritePoolSize = EncoderDefaults.MaxWritePoolSize; 42this.maxWritePoolSize = elementToBeCloned.maxWritePoolSize; 133this.maxWritePoolSize = value;
3 references to maxWritePoolSize
System.ServiceModel (3)
System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (3)
42this.maxWritePoolSize = elementToBeCloned.maxWritePoolSize; 124return this.maxWritePoolSize; 285if (this.maxWritePoolSize != binary.MaxWritePoolSize)