3 writes to _maxBufferSize
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (3)
46
_maxBufferSize
= MtomEncoderDefaults.MaxBufferSize;
58
_maxBufferSize
= elementToBeCloned._maxBufferSize;
118
_maxBufferSize
= value;
3 references to _maxBufferSize
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (3)
58
_maxBufferSize = elementToBeCloned.
_maxBufferSize
;
110
return
_maxBufferSize
;
250
if (
_maxBufferSize
!= mtom.MaxBufferSize)