2 implementations of GetBuffer
System.Web (2)
BufferAllocator.cs (2)
230public T[] GetBuffer(int minSize) { 315public T[] GetBuffer(int minSize) {
9 references to GetBuffer
System.Web (9)
Hosting\IIS7WorkerRequest.cs (9)
1349AllocatorProvider.IntPtrBufferAllocator.GetBuffer(numFragments); 1352AllocatorProvider.IntBufferAllocator.GetBuffer(numFragments); 1355AllocatorProvider.IntBufferAllocator.GetBuffer(numFragments); 1699AllocatorProvider.IntPtrBufferAllocator.GetBuffer(numFragments); 1702AllocatorProvider.IntBufferAllocator.GetBuffer(numFragments); 1705AllocatorProvider.IntBufferAllocator.GetBuffer(numFragments); 1731AllocatorProvider.IntPtrBufferAllocator.GetBuffer(numFragments); 1734AllocatorProvider.IntBufferAllocator.GetBuffer(numFragments); 1737AllocatorProvider.IntBufferAllocator.GetBuffer(numFragments);