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