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