1 write to _allocator
System.Web (1)
BufferAllocator.cs (1)
308_allocator = allocator;
6 references to _allocator
System.Web (6)
BufferAllocator.cs (6)
312return (T[])_allocator.GetBuffer(); 324buffer = (T[])_allocator.GetBuffer(); 337_allocator.ReuseBuffer(buffer); 342return _allocator.GetBuffer(); 350_allocator.ReleaseAllBuffers(); 355return _allocator.BufferSize;