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(); 652asyncResult = (ContextAwareResult)_readAsyncResult; 1349readResult = _readAsyncResult;