Implemented interface member:
property
IntBufferAllocator
System.Web.IAllocatorProvider.IntBufferAllocator
2 writes to IntBufferAllocator
System.Web (2)
Hosting\IIS7WorkerRequest.cs (1)
2635alloc.IntBufferAllocator = new BufferAllocatorWrapper<int>(intAllocator);
HttpApplication.cs (1)
331alloc.IntBufferAllocator = new SimpleBufferAllocator<int>(BufferingParams.INT_BUFFER_SIZE);