1 write to s_CharBufferAllocator
System.Web (1)
Hosting\ISAPIWorkerRequest.cs (1)
537
s_CharBufferAllocator
= new CharBufferAllocator(BUFFER_SIZE, MAX_FREE_BUFFERS);
2 references to s_CharBufferAllocator
System.Web (2)
Hosting\ISAPIWorkerRequest.cs (2)
541
_charBuffer = (char[])
s_CharBufferAllocator
.GetBuffer();
553
s_CharBufferAllocator
.ReuseBuffer(_charBuffer);