1 write to s_ByteBufferAllocator
System.Web (1)
Hosting\ISAPIWorkerRequest.cs (1)
93s_ByteBufferAllocator = new UbyteBufferAllocator(Encoding.UTF8.GetMaxByteCount(BUFFER_SIZE), MAX_FREE_BUFFERS);
2 references to s_ByteBufferAllocator
System.Web (2)
Hosting\ISAPIWorkerRequest.cs (2)
109s_ByteBufferAllocator.ReuseBuffer(_byteBuffer); 172_byteBuffer = (byte[])s_ByteBufferAllocator.GetBuffer();