4 references to CharBufferAllocator
System.Web (4)
Hosting\ISAPIWorkerRequest.cs (3)
92
s_CharBufferAllocator = new
CharBufferAllocator
(BUFFER_SIZE, MAX_FREE_BUFFERS);
214
s_CharBufferAllocator = new
CharBufferAllocator
(BUFFER_SIZE, MAX_FREE_BUFFERS);
537
s_CharBufferAllocator = new
CharBufferAllocator
(BUFFER_SIZE, MAX_FREE_BUFFERS);
HttpWriter.cs (1)
956
IBufferAllocator charAllocator = new
CharBufferAllocator
(BufferingParams.CHAR_BUFFER_SIZE, BufferingParams.MAX_FREE_CHAR_BUFFERS);