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