1 write to s_ByteBufferAllocator
System.Web (1)
Hosting\ISAPIWorkerRequest.cs (1)
213s_ByteBufferAllocator = new UbyteBufferAllocator(BUFFER_SIZE, MAX_FREE_BUFFERS);
2 references to s_ByteBufferAllocator
System.Web (2)
Hosting\ISAPIWorkerRequest.cs (2)
218_byteBuffer = (byte[])s_ByteBufferAllocator.GetBuffer(); 225s_ByteBufferAllocator.ReuseBuffer(_byteBuffer);