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