2 references to ComputeBatchCount
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionBufferPool.cs (2)
19
int batchCount =
ComputeBatchCount
(bufferSize);
25
this.Initialize(bufferSize,
ComputeBatchCount
(bufferSize), maxFreeCount);