1 write to MaxReadPoolSize
System.ServiceModel (1)
System\ServiceModel\Configuration\BinaryMessageEncodingElement.cs (1)
78
this.
MaxReadPoolSize
= source.MaxReadPoolSize;
2 references to MaxReadPoolSize
System.ServiceModel (2)
System\ServiceModel\Configuration\BinaryMessageEncodingElement.cs (2)
64
binding.MaxReadPoolSize = this.
MaxReadPoolSize
;
78
this.MaxReadPoolSize = source.
MaxReadPoolSize
;