2 writes to m_ReadAsyncResult
System (2)
net\System\Net\FtpWebRequest.cs (2)
639m_ReadAsyncResult = new LazyAsyncResult(null, null, null); 746m_ReadAsyncResult = asyncResult;
7 references to m_ReadAsyncResult
System (7)
net\System\Net\FtpWebRequest.cs (7)
643if (m_ReadAsyncResult != null) 644m_ReadAsyncResult.InternalWaitForCompletion(); 768asyncResult = (ContextAwareResult)m_ReadAsyncResult; 1329if (m_ReadAsyncResult != null && m_ReadAsyncResult is ContextAwareResult) 1330return (ContextAwareResult)m_ReadAsyncResult; 1584readResult = m_ReadAsyncResult;