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