1 implementation of CharBufferAllocator
System.Web (1)
BufferAllocator.cs (1)
369public IBufferAllocator<char> CharBufferAllocator {
2 references to CharBufferAllocator
System.Web (2)
HttpWriter.cs (2)
933AllocatorProvider.CharBufferAllocator.ReuseBuffer(_charBuffer); 997_charBuffer = AllocatorProvider.CharBufferAllocator.GetBuffer();