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