1 write to s_CharBufferAllocator
System.Web (1)
Hosting\ISAPIWorkerRequest.cs (1)
537s_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(); 553s_CharBufferAllocator.ReuseBuffer(_charBuffer);