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