2 implementations of GetBuffer
System.Web (2)
BufferAllocator.cs (2)
226public T[] GetBuffer() { 311public T[] GetBuffer() {
1 reference to GetBuffer
System.Web (1)
HttpWriter.cs (1)
997_charBuffer = AllocatorProvider.CharBufferAllocator.GetBuffer();