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