Implemented interface member:
property
CharBufferAllocator
System.Web.IAllocatorProvider.CharBufferAllocator
2 writes to CharBufferAllocator
System.Web (2)
HttpApplication.cs (1)
330
alloc.
CharBufferAllocator
= new SimpleBufferAllocator<char>(BufferingParams.CHAR_BUFFER_SIZE);
HttpWriter.cs (1)
959
alloc.
CharBufferAllocator
= new BufferAllocatorWrapper<char>(charAllocator);