Implemented interface member:
property
IntPtrBufferAllocator
System.Web.IAllocatorProvider.IntPtrBufferAllocator
2 writes to IntPtrBufferAllocator
System.Web (2)
Hosting\IIS7WorkerRequest.cs (1)
2636alloc.IntPtrBufferAllocator = new BufferAllocatorWrapper<IntPtr>(intPtrAllocator);
HttpApplication.cs (1)
332alloc.IntPtrBufferAllocator = new SimpleBufferAllocator<IntPtr>(BufferingParams.INTPTR_BUFFER_SIZE);