2 writes to MaxBufferSize
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (1)
76_mtomEncoding.MaxBufferSize = value;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (1)
88_mtomEncoding.MaxBufferSize = (int)value;
1 reference to MaxBufferSize
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MtomMessageEncodingBindingElement.cs (1)
250if (_maxBufferSize != mtom.MaxBufferSize)