2 references to IntegerArrayAllocator
System.Web (2)
Hosting\IIS7WorkerRequest.cs (1)
2631
IBufferAllocator intAllocator = new
IntegerArrayAllocator
(BufferingParams.INT_BUFFER_SIZE, BufferingParams.MAX_FREE_OUTPUT_BUFFERS);
Hosting\ISAPIWorkerRequest.cs (1)
36
s_IntegerArrayAllocator = new
IntegerArrayAllocator
(ARRAY_SIZE, MAX_FREE_ARRAYS);