2 writes to _maxBufferPoolSize
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (2)
74
_maxBufferPoolSize
= value;
171
_maxBufferPoolSize
= TransportDefaults.MaxBufferPoolSize;
1 reference to _maxBufferPoolSize
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (1)
71
get { return
_maxBufferPoolSize
; }