1 write to maxReadPoolSize
System.ServiceModel (1)
System\ServiceModel\Channels\TextMessageEncoder.cs (1)
283
this.
maxReadPoolSize
= maxReadPoolSize;
4 references to maxReadPoolSize
System.ServiceModel (4)
System\ServiceModel\Channels\TextMessageEncoder.cs (4)
331
get { return
maxReadPoolSize
; }
709
streamedReaderPool = new SynchronizedPool<XmlDictionaryReader>(
maxReadPoolSize
);
747
bufferedReaderPool = new SynchronizedPool<UTF8BufferedMessageData>(
maxReadPoolSize
);
778
recycledStatePool = new SynchronizedPool<RecycledMessageState>(
maxReadPoolSize
);