3 writes to _maxBufferPoolSize
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\TransportBindingElement.cs (3)
23
_maxBufferPoolSize
= TransportDefaults.MaxBufferPoolSize;
31
_maxBufferPoolSize
= elementToBeCloned._maxBufferPoolSize;
63
_maxBufferPoolSize
= value;
3 references to _maxBufferPoolSize
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\TransportBindingElement.cs (3)
31
_maxBufferPoolSize = elementToBeCloned.
_maxBufferPoolSize
;
54
return
_maxBufferPoolSize
;
165
if (
_maxBufferPoolSize
!= transport.MaxBufferPoolSize)