2 writes to _readAsyncResult
System.Net.Requests (2)
System\Net\FtpWebRequest.cs (2)
561
_readAsyncResult
= new LazyAsyncResult(null, null, null);
628
_readAsyncResult
= asyncResult;
3 references to _readAsyncResult
System.Net.Requests (3)
System\Net\FtpWebRequest.cs (3)
565
_readAsyncResult
?.InternalWaitForCompletion();
650
asyncResult = (ContextAwareResult)
_readAsyncResult
;
1347
readResult =
_readAsyncResult
;