2 writes to maxBufferPoolSize
System.ServiceModel (2)
System\ServiceModel\Channels\PeerNodeImplementation.cs (2)
104this.maxBufferPoolSize = TransportDefaults.MaxBufferPoolSize; 193maxBufferPoolSize = value;
2 references to maxBufferPoolSize
System.ServiceModel (2)
System\ServiceModel\Channels\PeerNodeImplementation.cs (2)
187get { return maxBufferPoolSize; } 1331this.maxBufferPoolSize,