2 references to INTPTR_BUFFER_SIZE
System.Web (2)
Hosting\IIS7WorkerRequest.cs (1)
2632IBufferAllocator intPtrAllocator = new IntPtrArrayAllocator(BufferingParams.INTPTR_BUFFER_SIZE, BufferingParams.MAX_FREE_OUTPUT_BUFFERS);
HttpApplication.cs (1)
332alloc.IntPtrBufferAllocator = new SimpleBufferAllocator<IntPtr>(BufferingParams.INTPTR_BUFFER_SIZE);