3 writes to _maxReadPoolSize
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (3)
24_maxReadPoolSize = EncoderDefaults.MaxReadPoolSize; 37_maxReadPoolSize = elementToBeCloned._maxReadPoolSize; 111_maxReadPoolSize = value;
3 references to _maxReadPoolSize
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\BinaryMessageEncodingBindingElement.cs (3)
37_maxReadPoolSize = elementToBeCloned._maxReadPoolSize; 102return _maxReadPoolSize; 243if (_maxReadPoolSize != binary.MaxReadPoolSize)