3 writes to _maxReadPoolSize
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (3)
42_maxReadPoolSize = EncoderDefaults.MaxReadPoolSize; 54_maxReadPoolSize = elementToBeCloned._maxReadPoolSize; 76_maxReadPoolSize = value;
3 references to _maxReadPoolSize
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (3)
54_maxReadPoolSize = elementToBeCloned._maxReadPoolSize; 68return _maxReadPoolSize; 233if (_maxReadPoolSize != mtom.MaxReadPoolSize)