1 implementation of IntBufferAllocator
System.Web (1)
BufferAllocator.cs (1)
383public IBufferAllocator<int> IntBufferAllocator {
12 references to IntBufferAllocator
System.Web (12)
Hosting\IIS7WorkerRequest.cs (12)
1352AllocatorProvider.IntBufferAllocator.GetBuffer(numFragments); 1355AllocatorProvider.IntBufferAllocator.GetBuffer(numFragments); 1396AllocatorProvider.IntBufferAllocator.ReuseBuffer(fragmentLengths); 1397AllocatorProvider.IntBufferAllocator.ReuseBuffer(bodyFragmentTypes); 1702AllocatorProvider.IntBufferAllocator.GetBuffer(numFragments); 1705AllocatorProvider.IntBufferAllocator.GetBuffer(numFragments); 1727AllocatorProvider.IntBufferAllocator.ReuseBuffer(fragmentLengths); 1728AllocatorProvider.IntBufferAllocator.ReuseBuffer(fragmentTypes); 1734AllocatorProvider.IntBufferAllocator.GetBuffer(numFragments); 1737AllocatorProvider.IntBufferAllocator.GetBuffer(numFragments); 1892AllocatorProvider.IntBufferAllocator.ReuseBuffer(fragmentLengths); 1893AllocatorProvider.IntBufferAllocator.ReuseBuffer(fragmentTypes);