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