2 references to MaxWritePoolSize
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);
184
if (_maxWritePoolSize != text.
MaxWritePoolSize
)