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