1 write to m_pPinnedBuffer
System (1)
net\System\Net\_ListenerRequestStream.cs (1)
386
m_pPinnedBuffer
= (void*)(Marshal.UnsafeAddrOfPinnedArrayElement(buffer, offset));
2 references to m_pPinnedBuffer
System (2)
net\System\Net\_ListenerRequestStream.cs (2)
250
asyncResult.
m_pPinnedBuffer
,
405
if(Logging.On)Logging.Dump(Logging.HttpListener, asyncResult, "Callback", (IntPtr)asyncResult.
m_pPinnedBuffer
, (int)numBytes);