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