1 write to s_IntPtrArrayAllocator
System.Web (1)
Hosting\ISAPIWorkerRequest.cs (1)
37
s_IntPtrArrayAllocator
= new IntPtrArrayAllocator(ARRAY_SIZE, MAX_FREE_ARRAYS);
2 references to s_IntPtrArrayAllocator
System.Web (2)
Hosting\ISAPIWorkerRequest.cs (2)
49
return(IntPtr[])
s_IntPtrArrayAllocator
.GetBuffer();
61
s_IntPtrArrayAllocator
.ReuseBuffer(array);