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