2 references to MaxBatchCount
System.ServiceModel (2)
System\ServiceModel\Channels\SocketAsyncEventArgsPool.cs (2)
26
if (batchCount >
MaxBatchCount
)
28
batchCount =
MaxBatchCount
;