2 writes to MaxBufferPoolSize
System.ServiceModel (2)
System\ServiceModel\Configuration\NetPeerTcpBindingElement.cs (1)
101
peerBinding.
MaxBufferPoolSize
= this.MaxBufferPoolSize;
System\ServiceModel\NetPeerTcpBinding.cs (1)
122
this.
MaxBufferPoolSize
= transport.MaxBufferPoolSize;
1 reference to MaxBufferPoolSize
System.ServiceModel (1)
System\ServiceModel\Configuration\NetPeerTcpBindingElement.cs (1)
88
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.MaxBufferPoolSize, peerBinding.
MaxBufferPoolSize
);