2 references to IntPtrArrayAllocator
System.Web (2)
Hosting\IIS7WorkerRequest.cs (1)
2632IBufferAllocator intPtrAllocator = new IntPtrArrayAllocator(BufferingParams.INTPTR_BUFFER_SIZE, BufferingParams.MAX_FREE_OUTPUT_BUFFERS);
Hosting\ISAPIWorkerRequest.cs (1)
37s_IntPtrArrayAllocator = new IntPtrArrayAllocator(ARRAY_SIZE, MAX_FREE_ARRAYS);