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