1 write to _bufferSize
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionBufferPool.cs (1)
34_bufferSize = bufferSize;
2 references to _bufferSize
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionBufferPool.cs (2)
46return _bufferSize; 52return Fx.AllocateByteArray(_bufferSize);