2 writes to _readAsyncResult
System.Net.Requests (2)
System\Net\FtpWebRequest.cs (2)
560_readAsyncResult = new LazyAsyncResult(null, null, null); 627_readAsyncResult = asyncResult;
3 references to _readAsyncResult
System.Net.Requests (3)
System\Net\FtpWebRequest.cs (3)
564_readAsyncResult?.InternalWaitForCompletion(); 649asyncResult = (ContextAwareResult)_readAsyncResult; 1346readResult = _readAsyncResult;