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