2 writes to MaxBufferPoolSize
System.ServiceModel (2)
System\ServiceModel\Configuration\NetNamedPipeBindingElement.cs (1)
136
npnpBinding.
MaxBufferPoolSize
= this.MaxBufferPoolSize;
System\ServiceModel\NetNamedPipeBinding.cs (1)
170
this.
MaxBufferPoolSize
= namedPipe.MaxBufferPoolSize;
1 reference to MaxBufferPoolSize
System.ServiceModel (1)
System\ServiceModel\Configuration\NetNamedPipeBindingElement.cs (1)
116
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxBufferPoolSize, npnpBinding.
MaxBufferPoolSize
);