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)
46
return
_bufferSize
;
52
return Fx.AllocateByteArray(
_bufferSize
);