4 references to AllocateBuffer
System (4)
net\System\Net\_Connection.cs (1)
486m_ReadBuffer = s_PinnableBufferCache.AllocateBuffer();
net\System\Net\HttpWebRequest.cs (1)
3072_WriteBuffer = _WriteBufferCache.AllocateBuffer();
net\System\Net\SecureProtocols\_SslStream.cs (2)
275_InternalBuffer = s_PinnableReadBufferCache.AllocateBuffer(); 557_PinnableOutputBuffer = s_PinnableWriteBufferCache.AllocateBuffer();