2 references to INT_BUFFER_SIZE
System.Web (2)
Hosting\IIS7WorkerRequest.cs (1)
2631IBufferAllocator intAllocator = new IntegerArrayAllocator(BufferingParams.INT_BUFFER_SIZE, BufferingParams.MAX_FREE_OUTPUT_BUFFERS);
HttpApplication.cs (1)
331alloc.IntBufferAllocator = new SimpleBufferAllocator<int>(BufferingParams.INT_BUFFER_SIZE);