2 writes to MaxBufferPoolSize
System.ServiceModel (2)
System\ServiceModel\Configuration\NetTcpBindingElement.cs (1)
169
nptBinding.
MaxBufferPoolSize
= this.MaxBufferPoolSize;
System\ServiceModel\NetTcpBinding.cs (1)
207
this.
MaxBufferPoolSize
= transport.MaxBufferPoolSize;
1 reference to MaxBufferPoolSize
System.ServiceModel (1)
System\ServiceModel\Configuration\NetTcpBindingElement.cs (1)
138
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxBufferPoolSize, nptBinding.
MaxBufferPoolSize
);