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