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