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