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
;
58
return
_maxReadPoolSize
;
182
if (
_maxReadPoolSize
!= text.MaxReadPoolSize)