1 write to _maxReadPoolSize
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncoder.cs (1)
279_maxReadPoolSize = maxReadPoolSize;
3 references to _maxReadPoolSize
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncoder.cs (3)
326get { return _maxReadPoolSize; } 634_bufferedReaderPool = new SynchronizedPool<UTF8BufferedMessageData>(_maxReadPoolSize); 665_recycledStatePool = new SynchronizedPool<RecycledMessageState>(_maxReadPoolSize);