1 write to maxBufferPoolSize
System.ServiceModel (1)
System\ServiceModel\Channels\PeerNodeImplementation.cs (1)
1730this.maxBufferPoolSize = factory.MaxBufferPoolSize;
2 references to maxBufferPoolSize
System.ServiceModel (2)
System\ServiceModel\Channels\PeerNodeImplementation.cs (2)
1761else if (maxBufferPoolSize != peerNode.MaxBufferPoolSize) 1793peerNode.MaxBufferPoolSize = maxBufferPoolSize;