2 references to MAX_FREE_BUFFERS
System.Web (2)
Hosting\ISAPIWorkerRequest.cs (2)
213
s_ByteBufferAllocator = new UbyteBufferAllocator(BUFFER_SIZE,
MAX_FREE_BUFFERS
);
214
s_CharBufferAllocator = new CharBufferAllocator(BUFFER_SIZE,
MAX_FREE_BUFFERS
);