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
;
102
return
_maxReadPoolSize
;
243
if (
_maxReadPoolSize
!= binary.MaxReadPoolSize)