3 references to MaxBatchCount
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionBufferPool.cs (3)
61if (batchCount > MaxBatchCount) 63batchCount = MaxBatchCount; 69batchCount = MaxBatchCount;