2 references to CHAR_BUFFER_SIZE
System.Web (2)
HttpApplication.cs (1)
330
alloc.CharBufferAllocator = new SimpleBufferAllocator<char>(BufferingParams.
CHAR_BUFFER_SIZE
);
HttpWriter.cs (1)
956
IBufferAllocator charAllocator = new CharBufferAllocator(BufferingParams.
CHAR_BUFFER_SIZE
, BufferingParams.MAX_FREE_CHAR_BUFFERS);