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; 110return _maxBufferSize; 250if (_maxBufferSize != mtom.MaxBufferSize)