Implemented interface member:
method
GetBuffer
System.Web.IBufferAllocator.GetBuffer()
7 references to GetBuffer
System.Web (7)
Hosting\ISAPIWorkerRequest.cs (7)
42return(int[])s_IntegerArrayAllocator.GetBuffer(); 49return(IntPtr[])s_IntPtrArrayAllocator.GetBuffer(); 97_charBuffer = (char[])s_CharBufferAllocator.GetBuffer(); 172_byteBuffer = (byte[])s_ByteBufferAllocator.GetBuffer(); 218_byteBuffer = (byte[])s_ByteBufferAllocator.GetBuffer(); 287_charBuffer = (char[])s_CharBufferAllocator.GetBuffer(); 541_charBuffer = (char[])s_CharBufferAllocator.GetBuffer();