1 write to m_LastAsyncResult
System (1)
net\System\Net\_Connection.cs (1)
3704
m_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)
3700
if (
m_LastAsyncResult
!= null && !
m_LastAsyncResult
.IsCompleted)
3705
if (
m_LastAsyncResult
.CompletedSynchronously)
3708
ReadCallback(
m_LastAsyncResult
);