2 implementations of ReuseBuffer
System.Web (2)
BufferAllocator.cs (2)
253public void ReuseBuffer(T[] buffer) { 334public void ReuseBuffer(T[] buffer) {
10 references to ReuseBuffer
System.Web (10)
Hosting\IIS7WorkerRequest.cs (9)
1395AllocatorProvider.IntPtrBufferAllocator.ReuseBuffer(fragments); 1396AllocatorProvider.IntBufferAllocator.ReuseBuffer(fragmentLengths); 1397AllocatorProvider.IntBufferAllocator.ReuseBuffer(bodyFragmentTypes); 1726AllocatorProvider.IntPtrBufferAllocator.ReuseBuffer(fragments); 1727AllocatorProvider.IntBufferAllocator.ReuseBuffer(fragmentLengths); 1728AllocatorProvider.IntBufferAllocator.ReuseBuffer(fragmentTypes); 1891AllocatorProvider.IntPtrBufferAllocator.ReuseBuffer(fragments); 1892AllocatorProvider.IntBufferAllocator.ReuseBuffer(fragmentLengths); 1893AllocatorProvider.IntBufferAllocator.ReuseBuffer(fragmentTypes);
HttpWriter.cs (1)
933AllocatorProvider.CharBufferAllocator.ReuseBuffer(_charBuffer);