2 references to MaxReadPoolSize
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncodingBindingElement.cs (2)
150
return new TextMessageEncoderFactory(MessageVersion, WriteEncoding, this.
MaxReadPoolSize
, this.MaxWritePoolSize, this.ReaderQuotas);
182
if (_maxReadPoolSize != text.
MaxReadPoolSize
)