1 write to maxReadPoolSize
System.ServiceModel (1)
System\ServiceModel\Channels\MtomMessageEncoder.cs (1)
110this.maxReadPoolSize = maxReadPoolSize;
4 references to maxReadPoolSize
System.ServiceModel (4)
System\ServiceModel\Channels\MtomMessageEncoder.cs (4)
162get { return maxReadPoolSize; } 498bufferedReaderPool = new SynchronizedPool<MtomBufferedMessageData>(maxReadPoolSize); 527streamedReaderPool = new SynchronizedPool<XmlDictionaryReader>(maxReadPoolSize); 594recycledStatePool = new SynchronizedPool<RecycledMessageState>(maxReadPoolSize);