2 instantiations of UbyteBufferAllocator
System.Web (2)
Hosting\ISAPIWorkerRequest.cs (2)
93
s_ByteBufferAllocator = new
UbyteBufferAllocator
(Encoding.UTF8.GetMaxByteCount(BUFFER_SIZE), MAX_FREE_BUFFERS);
213
s_ByteBufferAllocator = new
UbyteBufferAllocator
(BUFFER_SIZE, MAX_FREE_BUFFERS);
2 references to UbyteBufferAllocator
System.Web (2)
Hosting\ISAPIWorkerRequest.cs (2)
81
private static
UbyteBufferAllocator
s_ByteBufferAllocator;
203
private static
UbyteBufferAllocator
s_ByteBufferAllocator;