1 write to s_IntegerArrayAllocator
System.Web (1)
Hosting\ISAPIWorkerRequest.cs (1)
36s_IntegerArrayAllocator = new IntegerArrayAllocator(ARRAY_SIZE, MAX_FREE_ARRAYS);
2 references to s_IntegerArrayAllocator
System.Web (2)
Hosting\ISAPIWorkerRequest.cs (2)
42return(int[])s_IntegerArrayAllocator.GetBuffer(); 56s_IntegerArrayAllocator.ReuseBuffer(array);