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
;
68
return
_maxReadPoolSize
;
233
if (
_maxReadPoolSize
!= mtom.MaxReadPoolSize)