1 write to s_ByteBufferAllocator
System.Web (1)
Hosting\ISAPIWorkerRequest.cs (1)
213
s_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();
225
s_ByteBufferAllocator
.ReuseBuffer(_byteBuffer);