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