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