3 writes to _maxBufferPoolSize
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElement.cs (3)
22
_maxBufferPoolSize
= TransportDefaults.MaxBufferPoolSize;
30
_maxBufferPoolSize
= elementToBeCloned._maxBufferPoolSize;
62
_maxBufferPoolSize
= value;
3 references to _maxBufferPoolSize
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TransportBindingElement.cs (3)
30
_maxBufferPoolSize = elementToBeCloned.
_maxBufferPoolSize
;
53
return
_maxBufferPoolSize
;
164
if (
_maxBufferPoolSize
!= transport.MaxBufferPoolSize)