3 references to BufferAllocatorWrapper
System.Web (3)
Hosting\IIS7WorkerRequest.cs (2)
2635alloc.IntBufferAllocator = new BufferAllocatorWrapper<int>(intAllocator); 2636alloc.IntPtrBufferAllocator = new BufferAllocatorWrapper<IntPtr>(intPtrAllocator);
HttpWriter.cs (1)
959alloc.CharBufferAllocator = new BufferAllocatorWrapper<char>(charAllocator);