3 writes to _maxReadPoolSize
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncodingBindingElement.cs (3)
34_maxReadPoolSize = EncoderDefaults.MaxReadPoolSize; 45_maxReadPoolSize = elementToBeCloned._maxReadPoolSize; 67_maxReadPoolSize = value;
3 references to _maxReadPoolSize
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncodingBindingElement.cs (3)
45_maxReadPoolSize = elementToBeCloned._maxReadPoolSize; 58return _maxReadPoolSize; 182if (_maxReadPoolSize != text.MaxReadPoolSize)