2 instantiations of 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);
1 reference to IntegerArrayAllocator
System.Web (1)
Hosting\ISAPIWorkerRequest.cs (1)
32
private static
IntegerArrayAllocator
s_IntegerArrayAllocator;