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