1 write to m_LastAsyncResult
System (1)
net\System\Net\_Connection.cs (1)
3704m_LastAsyncResult = UnsafeBeginRead(m_ReadBuffer, m_BytesRead, m_ReadBuffer.Length - m_BytesRead, m_ReadCallback, this);
4 references to m_LastAsyncResult
System (4)
net\System\Net\_Connection.cs (4)
3700if (m_LastAsyncResult != null && !m_LastAsyncResult.IsCompleted) 3705if (m_LastAsyncResult.CompletedSynchronously) 3708ReadCallback(m_LastAsyncResult);