2 writes to _readAsyncResult
System.Net.Requests (2)
System\Net\FtpWebRequest.cs (2)
563
_readAsyncResult
= new LazyAsyncResult(null, null, null);
630
_readAsyncResult
= asyncResult;
3 references to _readAsyncResult
System.Net.Requests (3)
System\Net\FtpWebRequest.cs (3)
567
_readAsyncResult
?.InternalWaitForCompletion();
652
asyncResult = (ContextAwareResult)
_readAsyncResult
;
1349
readResult =
_readAsyncResult
;