4 references to AllocateBuffer
System (4)
net\System\Net\_Connection.cs (1)
486
m_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
();