2 writes to MaxBufferPoolSize
System.ServiceModel (2)
System\ServiceModel\Configuration\NetMsmqBindingElement.cs (1)
86
npmBinding.
MaxBufferPoolSize
= this.MaxBufferPoolSize;
System\ServiceModel\NetMsmqBinding.cs (1)
190
this.
MaxBufferPoolSize
= transport.MaxBufferPoolSize;
1 reference to MaxBufferPoolSize
System.ServiceModel (1)
System\ServiceModel\Configuration\NetMsmqBindingElement.cs (1)
73
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxBufferPoolSize, npmBinding.
MaxBufferPoolSize
);