3 implementations of ReleaseAllBuffers
System.Web (3)
BufferAllocator.cs (3)
71public void ReleaseAllBuffers() { 261public void ReleaseAllBuffers() { 349public void ReleaseAllBuffers() {
4 references to ReleaseAllBuffers
System.Web (4)
BufferAllocator.cs (4)
350_allocator.ReleaseAllBuffers(); 413_charAllocator.ReleaseAllBuffers(); 417_intAllocator.ReleaseAllBuffers(); 421_intPtrAllocator.ReleaseAllBuffers();