1 write to AllocatorProvider
System.Web (1)
HttpResponse.cs (1)
175
_httpWriter.
AllocatorProvider
= allocator;
2 references to AllocatorProvider
System.Web (2)
HttpWriter.cs (2)
933
AllocatorProvider
.CharBufferAllocator.ReuseBuffer(_charBuffer);
997
_charBuffer =
AllocatorProvider
.CharBufferAllocator.GetBuffer();