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