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